.i3/Makefile@be78943b95de
.i3/Makefile
Wed, 31 May 2017 12:17:38 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 31 May 2017 12:17:38 -0400
- changeset 589
- be78943b95de
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
simplify
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean