Remove test task from makefile
This commit is contained in:
parent
347af62898
commit
7b5ecc824b
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -30,9 +30,6 @@ clean:
|
|||
clean-cache:
|
||||
@$(EMACS) -l core/core.el --eval '(delete-directory doom-cache-dir t)'
|
||||
|
||||
test:
|
||||
@$(EMACS) -l test/init.el -f 'doom-run-tests'
|
||||
|
||||
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
|
||||
# development purposes for instance).
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue