diff --git a/Makefile b/Makefile index a2629e3..b3bbb43 100644 --- a/Makefile +++ b/Makefile @@ -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)