mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-27 22:39:31 +07:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
|
|
build:
|
|
go build -o main -tags="prod" main.go
|
|
|
|
run:
|
|
go run main.go
|