aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-01-30 13:21:13 +0000
committerkraxel <kraxel>2006-01-30 13:21:13 +0000
commit0738deb0a0dcfb6256538b577e7d47d11cdfea3c (patch)
tree39730196856d8a072a9a6853b4fb1b6f10b474f7 /GNUmakefile
parent2eb29a6f65cdc025fba80803b68a57f64091bbe6 (diff)
downloadxenwatch-0738deb0a0dcfb6256538b577e7d47d11cdfea3c.tar.gz
- add xenstuff to mdns bits.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 57fa683..d682df0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -66,7 +66,7 @@ install: build
install -s $(TARGETS) $(bindir)
clean:
- -rm -f *.o $(depfiles)
+ -rm -f *.o *~ $(depfiles)
realclean distclean: clean
-rm -f Make.config