vegvisir/Makefile

11 lines
55 B
Makefile
Raw Normal View History

2021-07-08 22:21:07 +02:00
run:
go run .
build:
go build .
test:
go test .