.i3/Makefile@042360ae89bb
.i3/Makefile
Tue, 13 Jun 2017 01:57:06 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 13 Jun 2017 01:57:06 -0400
- changeset 607
- 042360ae89bb
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
one more pass
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean