.i3/Makefile@91900ecf0e8c
.i3/Makefile
Mon, 20 Feb 2023 00:53:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Feb 2023 00:53:33 -0600
- changeset 1039
- 91900ecf0e8c
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Add gui (fvim) settings
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean