.i3/Makefile@f1df55abb64a
.i3/Makefile
Thu, 08 Dec 2016 11:16:39 -0800
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Dec 2016 11:16:39 -0800
- changeset 439
- f1df55abb64a
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
support local reply startup
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean