.i3/Makefile@c141d49862c8
.i3/Makefile
Fri, 11 Nov 2016 01:21:07 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 11 Nov 2016 01:21:07 -0500
- changeset 433
- c141d49862c8
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add Class::Refresh
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean