.i3/Makefile@650ca91e3197
.i3/Makefile
Wed, 15 Aug 2018 13:26:46 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 15 Aug 2018 13:26:46 -0400
- changeset 713
- 650ca91e3197
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
copy binaries in case build fails
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean