chiark / gitweb /
Add git-daemon to distclean
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 18:26:59 +0000 (19:26 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 18:26:59 +0000 (19:26 +0100)
Makefile
git-daemon/Makefile

index eecb31a61cca318a08c7276ebe6cc3133fd5bdfa..ad795cb7b6b41e638ac775a0fff205363b15c22a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ VERSION=0.2.99.0.1
 all:
        @echo >&2 'See README.  This is not a unified package.'
 
-SUBDIRS_DISTCLEAN=     www-cgi ipif
+SUBDIRS_DISTCLEAN=     www-cgi ipif git-daemon
 
 distclean:
        find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name core \
index ad8dd782ec8cef4863cc874a92dd09c52195b149..ef117fe675be87f889ef83bbcb50aa48c37b859f 100644 (file)
@@ -45,7 +45,7 @@ install:      all
                        mv $$f:new $$f; \
                done
 
-clean:
-               rm -f $(TARGETS)
+distclean clean:
+               rm -f $(TARGETS) *~
 
 # end