.i3/Makefile@7ed19a36b198
.i3/Makefile
Thu, 06 Jun 2019 02:47:39 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 06 Jun 2019 02:47:39 -0400
- changeset 768
- 7ed19a36b198
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Use vim 8's defaults.vim, remove redundant settings and old feature checks
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean