go-template/Makefile

9 lines
102 B
Makefile

.PHONY: build run
build:
go build -o ./out/main cmd/main.go
run:
@chmod +x ./out/main
./out/main