Mark phony targets in Makefile as such

This commit is contained in:
Daniel - 2020-11-21 11:46:18 +01:00
parent 6fa623d9d7
commit d36bebec90
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ test: $(ELC) $(TESTC)
@echo "Testing $(TESTC)"
@$(EMACS) -Q --batch $(LDFLAGS) $(patsubst %,-l %, $(TESTC)) -f ert-run-tests-batch
.PHONY: clean distclean sandbox-start
clean:
rm -f $(ELC) $(TESTC)