.i3/Makefile@acd0b08d467e
.i3/Makefile
Sun, 11 Dec 2016 18:57:38 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 11 Dec 2016 18:57:38 -0500
- changeset 446
- acd0b08d467e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
skip pager for tiny perldocs
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean