.i3/Makefile@f8985ae54969
.i3/Makefile
Thu, 14 Sep 2017 19:39:46 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 14 Sep 2017 19:39:46 -0400
- changeset 640
- f8985ae54969
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
avoid abbreviated options
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean