7 lines
83 B
Makefile
Raw Permalink Normal View History

2024-08-18 05:54:08 +07:00
build:
2024-08-18 06:33:58 +07:00
CGO_ENABLED=0 go build -o main -tags="prod" main.go
2024-08-18 05:54:08 +07:00
run:
go run main.go