Kaynağa Gözat

] distclean should remove things created in dist

Steve Ward 5 yıl önce
ebeveyn
işleme
0e988260cd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)