.i3/Makefile@b6105413b6b7
.i3/Makefile
Thu, 03 Oct 2019 01:22:06 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 03 Oct 2019 01:22:06 -0500
- changeset 795
- b6105413b6b7
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
PlugUpgrade
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean