summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-05-28 22:19:49 -0500
committerCase Duckworth2023-05-28 22:19:49 -0500
commit4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17 (patch)
tree7ed812911f33811d12ae7197c54080b261d0bee8
parentCorrect description (diff)
downloadgit-init-remote-4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17.tar.gz
git-init-remote-4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17.zip
Add makefile
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..617a886 --- /dev/null +++ b/makefile
@@ -0,0 +1,5 @@
1PREFIX=$(DESTDIR)/usr
2
3.PHONY: install
4install: git-init-remote
5 install -Dt $(PREFIX)/bin $<