Introduction
Introduction Statistics Contact Development Disclaimer Help
fix dist target, thanks Dimitris! - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit 6ae3c37e30f024d27e5b759f58a96c0bac0c5254
parent 6d4fd01fc10ab1196f6bdd52b39e4fd7214b56da
Author: Anselm R Garbe <[email protected]>
Date: Wed, 19 Nov 2014 14:28:49 +0100
fix dist target, thanks Dimitris!
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p sic-${VERSION}
- @cp -R LICENSE Makefile README config.def.h config.mk sic.1 sic.c util…
+ @cp -R LICENSE Makefile README arg.h config.def.h config.mk sic.1 sic.…
@tar -cf sic-${VERSION}.tar sic-${VERSION}
@gzip sic-${VERSION}.tar
@rm -rf sic-${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.