vegvisir/Makefile
Piotr Biernat fc4800e70d Init
2021-07-09 13:42:38 +02:00

11 lines
55 B
Makefile

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