diff options
author | Case Duckworth | 2023-05-28 22:19:49 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-28 22:19:49 -0500 |
commit | 4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17 (patch) | |
tree | 7ed812911f33811d12ae7197c54080b261d0bee8 | |
parent | Correct description (diff) | |
download | git-init-remote-4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17.tar.gz git-init-remote-4a1a6b6091bc958c7d7ff229f41a518bf5fb4f17.zip |
Add makefile
-rw-r--r-- | makefile | 5 |
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 @@ | |||
1 | PREFIX=$(DESTDIR)/usr | ||
2 | |||
3 | .PHONY: install | ||
4 | install: git-init-remote | ||
5 | install -Dt $(PREFIX)/bin $< | ||