.i3/Makefile@79348384a55e
.i3/Makefile
Tue, 06 Jul 2021 13:33:51 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 06 Jul 2021 13:33:51 -0500
- changeset 919
- 79348384a55e
- 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