.i3/Makefile@1fa3948ce85e
.i3/Makefile
Fri, 10 Aug 2018 15:41:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 10 Aug 2018 15:41:36 -0500
- changeset 712
- 1fa3948ce85e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add these two common bins
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean