mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-28 06:49:32 +07:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
|
|
build:
|
|
CGO_ENABLED=0 go build -o main -tags="prod" main.go
|
|
|
|
run:
|
|
go run main.go
|