.i3/Makefile

Fri, 06 May 2022 05:12:36 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 May 2022 05:12:36 -0400
changeset 989
b5df8971e99b
parent 378
e13ba40f4533
permissions
-rw-r--r--

add stow stub

all: config status

config: config.d/*
	cat config.d/* > $@

status: status.d/*
	cat status.d/* > $@

clean:
	rm -f config status

.PHONY: clean

mercurial