Introduction
Introduction Statistics Contact Development Disclaimer Help
] distclean should remove things created in dist - scroll - scrollbackbuffer pr…
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit 0e988260cd70fb1b6bbe342d14d927fde29ffbba
parent a0db4efd2e01b0458fe1f0724bff0b4cfc42c35c
Author: Steve Ward <[email protected]>
Date: Fri, 24 Apr 2020 06:43:39 -0400
] distclean should remove things created in dist
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.