We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a93362 commit 54f67dcCopy full SHA for 54f67dc
1 file changed
Makefile
@@ -11,6 +11,7 @@ GORUN = go run
11
#? shisui: Build shisui
12
shisui:
13
go build ./cmd/shisui/main.go
14
+ mkdir -p $(GOBIN)
15
cp main $(GOBIN)/shisui
16
@echo "Done building."
17
@echo "Run \"$(GOBIN)/shisui\" to launch shisui."
0 commit comments