.i3/Makefile@d8f003e828e1
.i3/Makefile
Tue, 07 Jun 2022 04:00:47 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Jun 2022 04:00:47 -0400
- changeset 994
- d8f003e828e1
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
try -kpitl
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean