Browse Source

] distclean should remove things created in dist

Steve Ward 5 years ago
parent
commit
0e988260cd
1 changed files with 1 additions and 1 deletions
  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)