.i3/Makefile@1b8dd5465d3e
.i3/Makefile
Fri, 22 Nov 2019 22:58:16 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 22 Nov 2019 22:58:16 -0600
- changeset 831
- 1b8dd5465d3e
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Allow plain :Tig
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean