.i3/Makefile@ef18d50728ef
.i3/Makefile
Mon, 19 Feb 2018 02:05:05 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 19 Feb 2018 02:05:05 -0500
- changeset 693
- ef18d50728ef
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
make data-printer config private to Reply
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean