.i3/Makefile@3c3d12500dd3
.i3/Makefile
Sat, 24 Apr 2021 18:09:46 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 24 Apr 2021 18:09:46 -0500
- changeset 896
- 3c3d12500dd3
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Enable gofumpt
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean