diff --git a/Makefile b/Makefile index 545c7cd7b42c..c206c9818c7d 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ GORUN = go run #? shisui: Build shisui shisui: go build ./cmd/shisui/main.go + mkdir -p $(GOBIN) cp main $(GOBIN)/shisui @echo "Done building." @echo "Run \"$(GOBIN)/shisui\" to launch shisui."