.i3/Makefile@8284b9cac608
.i3/Makefile
Fri, 09 Sep 2022 12:30:42 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 09 Sep 2022 12:30:42 -0400
- changeset 1002
- 8284b9cac608
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Add age limit reinstall check
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean