.i3/Makefile@e34bb3999099
.i3/Makefile
Wed, 03 May 2017 17:31:07 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 03 May 2017 17:31:07 -0400
- changeset 567
- e34bb3999099
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Remove perlomni.vim
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean