Skip to content

Commit

Permalink
update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuisofull committed May 1, 2024
1 parent 66e1fde commit c099a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ run:
GO111MODULE=off go run main.go
swagger:
swag init
build:
build: swagger
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -a -o app-linux
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -a -o app-windows.exe

0 comments on commit c099a3a

Please sign in to comment.