.i3/Makefile@08675f3a85f6
.i3/Makefile
Mon, 06 Mar 2023 10:42:32 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 06 Mar 2023 10:42:32 -0600
- changeset 1067
- 08675f3a85f6
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
more default editor switching
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean