.i3/Makefile@2315aad34ca3
.i3/Makefile
Sun, 25 Apr 2021 00:57:55 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 25 Apr 2021 00:57:55 -0500
- changeset 899
- 2315aad34ca3
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
ok this format-on-write is more reliable
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean