diff options
author | kraxel <kraxel> | 2006-01-30 13:21:13 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-01-30 13:21:13 +0000 |
commit | 0738deb0a0dcfb6256538b577e7d47d11cdfea3c (patch) | |
tree | 39730196856d8a072a9a6853b4fb1b6f10b474f7 /GNUmakefile | |
parent | 2eb29a6f65cdc025fba80803b68a57f64091bbe6 (diff) | |
download | xenwatch-0738deb0a0dcfb6256538b577e7d47d11cdfea3c.tar.gz |
- add xenstuff to mdns bits.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |