.i3/Makefile@b59861305252
.i3/Makefile
Sun, 12 Mar 2023 01:58:19 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Mar 2023 01:58:19 -0600
- changeset 1079
- b59861305252
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
port :Grep to lua
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean