.i3/Makefile@1359a563b5ce
.i3/Makefile
Fri, 29 Dec 2023 03:02:51 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 29 Dec 2023 03:02:51 -0600
- changeset 1139
- 1359a563b5ce
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
split out LuaSnip spec
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean