.i3/Makefile@452034aff788
.i3/Makefile
Fri, 30 Dec 2016 13:23:17 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 30 Dec 2016 13:23:17 -0500
- changeset 464
- 452034aff788
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add first colon shortcut
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean