.i3/Makefile@f7755d123d04
.i3/Makefile
Sun, 14 May 2017 15:24:31 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 14 May 2017 15:24:31 -0400
- changeset 573
- f7755d123d04
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Drop neocomplcache
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean