Skip to content

Commit 54f67dc

Browse files
Leonardo Arias FonsecaGrapeBaBa
authored andcommitted
Make sure that the build/bin directory exists to copy the executable.
Fixes #159
1 parent 4a93362 commit 54f67dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ GORUN = go run
1111
#? shisui: Build shisui
1212
shisui:
1313
go build ./cmd/shisui/main.go
14+
mkdir -p $(GOBIN)
1415
cp main $(GOBIN)/shisui
1516
@echo "Done building."
1617
@echo "Run \"$(GOBIN)/shisui\" to launch shisui."

0 commit comments

Comments
 (0)