commit 0e988260cd70fb1b6bbe342d14d927fde29ffbba
Author: Steve Ward <[email protected]>
AuthorDate: Fri Apr 24 06:43:39 2020 -0400
Commit: Jochen Sprickerhof <[email protected]>
CommitDate: Fri Apr 24 12:55:30 2020 +0200
] distclean should remove things created in dist
diff --git a/Makefile b/Makefile
index 7d7b6d8..b577876 100644
--- a/Makefile
+++ b/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)