.i3/Makefile@303c3241cb64
.i3/Makefile
Mon, 25 May 2020 00:25:41 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 25 May 2020 00:25:41 -0400
- changeset 873
- 303c3241cb64
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Remove long elixir kind descs
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean