summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44d698a..d75c501 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,8 @@ endif
CMD=git-update-agent
+make:
+
install:
mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)/
install -D -m 755 $(CMD) $(DESTDIR)$(PREFIX)$(BINDIR)/
@@ -15,4 +17,4 @@ install:
uninstall:
rm -rf $(DESTDIR)$(PREFIX)$(BINDIR)/$(CMD)
-.PHONY: install uninstall $(CMD)
+.PHONY: install uninstall make