.i3/Makefile@0313b9d2f171
.i3/Makefile
Mon, 01 May 2017 13:20:47 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 01 May 2017 13:20:47 -0400
- changeset 556
- 0313b9d2f171
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Make a stripped-down html5 mail template
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean