.i3/Makefile@f3ddcd72fa62
.i3/Makefile
Sun, 02 Oct 2016 00:24:31 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 02 Oct 2016 00:24:31 -0400
- changeset 407
- f3ddcd72fa62
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
try something more subtle
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean