generated from VLADIMIR/template
add embed ui
This commit is contained in:
@@ -13,7 +13,9 @@ run:
|
||||
go run ./cmd/evening_detective/main.go
|
||||
|
||||
build:
|
||||
go build -o bin/evening_detective cmd/evening_detective/main.go
|
||||
rm -rf bin
|
||||
CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 go build -o bin/evening_detective_macos_arm64 cmd/evening_detective/main.go
|
||||
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o bin/evening_detective_macos_amd64 cmd/evening_detective/main.go
|
||||
|
||||
text_to_story:
|
||||
rm -f ./cmd/text_to_story/story.json
|
||||
|
||||
Reference in New Issue
Block a user