.i3/Makefile@0cf4a2458e49
.i3/Makefile
Sun, 31 Dec 2017 14:42:54 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 31 Dec 2017 14:42:54 -0500
- changeset 666
- 0cf4a2458e49
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add conflict marker highlight
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean