.i3/Makefile@28f3c3900576
.i3/Makefile
Sat, 08 Apr 2023 02:55:43 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 08 Apr 2023 02:55:43 -0400
- changeset 1099
- 28f3c3900576
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
clean up diagnostic behavior
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean