General cleanup
This commit is contained in:
parent
a18e8f0104
commit
9bd8c6cc21
6 changed files with 14 additions and 33 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue