summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:26:59 +0100
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:26:59 +0100
commit03e9a8cdc3d96acb99d1dedf28b0cc5b8e8b2c9b (patch)
treecdcd40ab006851060014e51caee44d763e9c6f9d /git-daemon
parentc6106de89f45eeb5f684ccfb2627d6259b1f881b (diff)
downloaduserv-utils-03e9a8cdc3d96acb99d1dedf28b0cc5b8e8b2c9b.tar.gz
Add git-daemon to distclean
Diffstat (limited to 'git-daemon')
-rw-r--r--git-daemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-daemon/Makefile b/git-daemon/Makefile
index ad8dd78..ef117fe 100644
--- a/git-daemon/Makefile
+++ b/git-daemon/Makefile
@@ -45,7 +45,7 @@ install: all
mv $$f:new $$f; \
done
-clean:
- rm -f $(TARGETS)
+distclean clean:
+ rm -f $(TARGETS) *~
# end