.i3/Makefile@47e8cf60e0b3
.i3/Makefile
Tue, 25 Jul 2017 16:55:59 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 25 Jul 2017 16:55:59 -0400
- changeset 622
- 47e8cf60e0b3
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
reduce ttimeoutlen
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean