.i3/Makefile@1092ac0393ec
.i3/Makefile
Fri, 04 Feb 2022 20:25:32 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 04 Feb 2022 20:25:32 -0600
- changeset 976
- 1092ac0393ec
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
PlugUpgrade
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean