.i3/Makefile@91b42a87c3d9
.i3/Makefile
Fri, 10 Mar 2023 18:38:00 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 10 Mar 2023 18:38:00 -0500
- changeset 1074
- 91b42a87c3d9
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
port tig plugin to lua
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean