.i3/Makefile@50ed49b3d1dc
.i3/Makefile
Fri, 16 Sep 2016 12:12:59 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 16 Sep 2016 12:12:59 -0400
- changeset 388
- 50ed49b3d1dc
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Update for osx 10.11
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean