.i3/Makefile@3f01468ffc32
.i3/Makefile
Thu, 23 Feb 2023 13:58:37 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 23 Feb 2023 13:58:37 -0600
- changeset 1049
- 3f01468ffc32
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Switch to themer jellybeans
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean