Clean tests and version file in Makefile.

This commit is contained in:
onovy
2014-11-29 17:24:25 +01:00
parent 837ce22937
commit f4ea40d677

View File

@@ -27,8 +27,9 @@ dist: $(DISTFILES) todo.sh
rm -r $(DISTNAME)
.PHONY: clean
clean:
clean: test-pre-clean
rm -f $(DISTNAME).tar.gz $(DISTNAME).zip
rm VERSION-FILE
install:
install --mode=755 todo.sh $(INSTALL_DIR)