.i3/Makefile@199b08808ed5
.i3/Makefile
Sun, 12 Feb 2017 17:37:15 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Feb 2017 17:37:15 -0500
- changeset 515
- 199b08808ed5
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
using asdf instead of rb/ndenv now
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean