Ver Fonte

] distclean should remove things created in dist

Steve Ward há 5 anos atrás
pai
commit
0e988260cd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ clean:
 	rm -f scroll ptty
 
 distclean: clean
-	rm -f config.h
+	rm -f config.h scroll-$(VERSION).tar.gz
 
 dist: clean
 	mkdir -p scroll-$(VERSION)