Fixing the cleanup. - thinglaunch - A simple command and password promtper for … | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 3a05486d691e4aa86d34a43eb4346ea9b49b40b2 | |
parent 7fad8c318634ffaf83f999cdf49aedc9e575f898 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 27 Mar 2011 20:03:27 +0200 | |
Fixing the cleanup. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -32,7 +32,7 @@ ${NAME}: ${OBJ} | |
clean: | |
@echo cleaning | |
- @rm -f ${NAME} thingaskpass ${OBJ} ${NAME}-${VERSION}.tar.gz | |
+ @rm -f ${NAME} *.o thingaskpass ${OBJ} ${NAME}-${VERSION}.tar.gz | |
dist: clean | |
@echo creating dist tarball |