.i3/Makefile@77bf3b44f6f9
.i3/Makefile
Sun, 05 Mar 2023 18:47:45 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 05 Mar 2023 18:47:45 -0500
- changeset 1062
- 77bf3b44f6f9
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Add format-on-write for elixir and go
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean