.i3/Makefile@0a7162df160d
.i3/Makefile
Sun, 05 May 2024 02:13:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 05 May 2024 02:13:36 -0500
- changeset 1156
- 0a7162df160d
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
pull out last_modified_days
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean