.i3/Makefile@30470ef9d647
.i3/Makefile
Sun, 14 May 2017 00:41:31 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 14 May 2017 00:41:31 -0400
- changeset 572
- 30470ef9d647
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
no waiting
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean