General cleanup

This commit is contained in:
Henrik Lissner 2017-02-08 02:02:51 -05:00
parent a18e8f0104
commit 9bd8c6cc21
6 changed files with 14 additions and 33 deletions

View file

@ -38,6 +38,6 @@ test:
@$(EMACS) -l test/init.el -f 'doom!run-tests'
init.el:
@[ -f init.el ] || $(error No init.el file, please create one or copy init.example.el)
@[ -f init.el ] || $(error No init.el file; create one or copy init.example.el)
.PHONY: all test