automatic-mouse-mover/Makefile
Prashant Gupta dd073ccc11 using go mod
2019-03-26 19:50:09 -07:00

5 lines
67 B
Makefile

start:
go run cmd/main.go
test:
go test -v -race -failfast ./...