We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make install
1 parent b260357 commit 4d4a797Copy full SHA for 4d4a797
Makefile
@@ -2,3 +2,7 @@ FILES = $(shell find -type f -name '*.go')
2
3
git-lzc: $(FILES) go.mod go.sum
4
go build ./cmd/git-lzc/
5
+
6
+.PHONY: install
7
+install: git-lzc
8
+ cp git-lzc /usr/local/bin/
0 commit comments