Преглед изворни кода

] distclean should remove things created in dist

Steve Ward пре 5 година
родитељ
комит
0e988260cd
1 измењених фајлова са 1 додато и 1 уклоњено
  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)