diff --git a/Makefile b/Makefile index c206c9818c..11e53d4ca4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GORUN = go run shisui: go build ./cmd/shisui/main.go mkdir -p $(GOBIN) - cp main $(GOBIN)/shisui + mv main $(GOBIN)/shisui @echo "Done building." @echo "Run \"$(GOBIN)/shisui\" to launch shisui."