No need for extra arg.h mentioning. - thinglaunch - A simple command and passwo… | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 6e8e0fef1c56465feb26cb4009c54315baa1ecb3 | |
parent 1d85b767bee1ecfbb90bf78ad3a990de84b0fb25 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 4 Aug 2012 22:18:20 +0200 | |
No need for extra arg.h mentioning. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -39,7 +39,7 @@ clean: | |
dist: clean | |
@echo creating dist tarball | |
@mkdir -p ${NAME}-${VERSION} | |
- @cp -R LICENSE LICENSE.orig arg.h ${NAME}.1 Makefile config.mk \ | |
+ @cp -R LICENSE LICENSE.orig ${NAME}.1 Makefile config.mk \ | |
${SRC} *.h ${NAME}-${VERSION} | |
@tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION} | |
@gzip ${NAME}-${VERSION}.tar |