Clean tests and version file in Makefile.
This commit is contained in:
3
Makefile
3
Makefile
@@ -27,8 +27,9 @@ dist: $(DISTFILES) todo.sh
|
|||||||
rm -r $(DISTNAME)
|
rm -r $(DISTNAME)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean: test-pre-clean
|
||||||
rm -f $(DISTNAME).tar.gz $(DISTNAME).zip
|
rm -f $(DISTNAME).tar.gz $(DISTNAME).zip
|
||||||
|
rm VERSION-FILE
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install --mode=755 todo.sh $(INSTALL_DIR)
|
install --mode=755 todo.sh $(INSTALL_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user