.i3/Makefile@4f3ba212f501
.i3/Makefile
Wed, 21 Sep 2016 17:33:58 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 21 Sep 2016 17:33:58 -0400
- changeset 393
- 4f3ba212f501
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
text tweaks
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean