.i3/Makefile@9cd1d19d8cc6
.i3/Makefile
Fri, 15 May 2020 22:55:03 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 15 May 2020 22:55:03 -0500
- changeset 859
- 9cd1d19d8cc6
- parent 378
-
e13ba40f4533
- permissions
- -rw-r--r--
Load vim-lsp if gopls is present alone
all: config status
config: config.d/*
cat config.d/* > $@
status: status.d/*
cat status.d/* > $@
clean:
rm -f config status
.PHONY: clean