.i3/Makefile@09a6309e4856
.i3/Makefile
Wed, 31 Aug 2016 16:35:04 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 31 Aug 2016 16:35:04 -0400
- changeset 382
- 09a6309e4856
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
fixes
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean