thinglaunch

A simple command and password prompter for X11.
git clone git://r-36.net/thinglaunch
Log | Files | Refs | LICENSE

commit 6e8e0fef1c56465feb26cb4009c54315baa1ecb3
parent 1d85b767bee1ecfbb90bf78ad3a990de84b0fb25
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  4 Aug 2012 22:18:20 +0200

No need for extra arg.h mentioning.

Diffstat:
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