summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-08-23 03:03:40 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-08-23 03:03:40 -0500
commite504ed5981dd2df69865ede16722c2e1632de774 (patch)
treef63f005c871fa1ab01586d81a43de68d2a1a13f0 /Makefile
parentdfecbd5b588c1fbdaacf3df8a0ab93a668c282d2 (diff)
downloadgit-update-agent-0.0.1.tar.xz
git-update-agent-0.0.1.zip
Add version commandv0.0.1
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