.i3/Makefile@8d27d60a9cbc
.i3/Makefile
Wed, 31 May 2017 15:10:35 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 31 May 2017 15:10:35 -0400
- changeset 590
- 8d27d60a9cbc
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
color html preview at least
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean