Skip to content

Commit

Permalink
Make sure that the build/bin directory exists to copy the executable.
Browse files Browse the repository at this point in the history
Fixes #159
  • Loading branch information
come-maiz authored and GrapeBaBa committed Sep 20, 2024
1 parent 4a93362 commit 54f67dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 54f67dc

Please sign in to comment.