summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-04-21 11:10:23 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-04-21 11:10:23 +0200
commit857ab7bf502c2033a81b0f35ee764b1b181934be (patch)
tree89b48e7d8768f54cca07e57c41008565b72ea034
parentcefe536dd01d7531f3c669271fc22966b9cfaa01 (diff)
fix make clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fa9727..eb549a0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,6 @@ install: build
install -m 644 *.rules $(DESTDIR)$(udevdir)
clean:
- rm -f $(TARGET) *.o *~
+ rm -f $(TARGETS) *.o *~
vdagent: vdagent.o