.i3/Makefile@c1949730cc74
.i3/Makefile
Fri, 05 May 2017 13:41:05 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 05 May 2017 13:41:05 -0400
- changeset 563
- c1949730cc74
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Fix up previews
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean