aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/xenbackendd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 8374ad31a4..31e5c62dcf 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -30,7 +30,7 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
xenbackendd: xenbackendd.o
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)