Add phony targets

This commit is contained in:
James Nguyen 2018-09-11 20:38:57 -07:00
parent b55ae90f36
commit b6a75e9ef1
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ lint:
test:
cask exec ert-runner
.PHONY: test
.PHONY: compile lint test