.i3/Makefile@fe459e7fd0af
.i3/Makefile
Sun, 30 Apr 2017 17:16:34 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 30 Apr 2017 17:16:34 -0400
- changeset 555
- fe459e7fd0af
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
add vim-searchindex
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean