.i3/Makefile@466b95c31b1e
.i3/Makefile
Thu, 29 Sep 2016 14:25:47 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 29 Sep 2016 14:25:47 -0400
- changeset 397
- 466b95c31b1e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
make this a little more specific
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean