.i3/Makefile@ae87c045d04b
.i3/Makefile
Mon, 12 Jun 2017 18:20:55 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 12 Jun 2017 18:20:55 -0400
- changeset 603
- ae87c045d04b
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Simplify directory setup
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean