From 8bcc02e02a5d57b9435ef44716e376c9a7e45736 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 31 Mar 2011 19:35:27 +0100 Subject: tools: remove some .o and binary files on clean Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/xenmon/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/xenmon') diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index ffbad56d3b..fe89887608 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -36,7 +36,9 @@ install: build .PHONY: clean clean: - rm -f $(DEPS) + $(RM) -f $(DEPS) + $(RM) -f xenbaked xenbaked.o + $(RM) -f xentrace_setmake setmask.o xenbaked: xenbaked.o Makefile $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) -- cgit v1.2.3