.i3/Makefile@beb170aa6789
.i3/Makefile
Thu, 11 Apr 2024 13:19:24 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 13:19:24 -0400
- changeset 1145
- beb170aa6789
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add .luarc.jsonc
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean