From f4ea40d67756255d0e168ba9eaa7b1b8440c2329 Mon Sep 17 00:00:00 2001 From: onovy Date: Sat, 29 Nov 2014 17:24:25 +0100 Subject: [PATCH] Clean tests and version file in Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 512a54c..1ddf553 100644 --- a/Makefile +++ b/Makefile @@ -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)