Fixing the cleanup. - thinglaunch - A simple command and password promtper for X11.
(HTM) git clone git://bitreich.org/thinglaunch
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 3a05486d691e4aa86d34a43eb4346ea9b49b40b2
(DIR) parent 7fad8c318634ffaf83f999cdf49aedc9e575f898
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 27 Mar 2011 20:03:27 +0200
Fixing the cleanup.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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