.i3/Makefile@1311c0ec33cc
.i3/Makefile
Mon, 14 Sep 2020 14:47:53 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 14 Sep 2020 14:47:53 -0500
- changeset 883
- 1311c0ec33cc
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Remove old config
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean