.i3/Makefile@b769704bb258
.i3/Makefile
Fri, 20 Aug 2021 02:25:51 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 20 Aug 2021 02:25:51 -0400
- changeset 939
- b769704bb258
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
auto-prune junk directories
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean