.i3/Makefile@d6d298c93437
.i3/Makefile
Sun, 29 Jan 2017 05:56:34 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 29 Jan 2017 05:56:34 -0500
- changeset 494
- d6d298c93437
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
I like verbose commits
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean