vegvisir/Makefile
2021-07-09 15:15:54 +02:00

12 lines
56 B
Makefile

run:
go run .
build:
go build .
test:
go test .