automatic-mouse-mover/Makefile

5 lines
67 B
Makefile
Raw Normal View History

start:
2019-03-27 02:50:09 +00:00
go run cmd/main.go
test:
go test -v -race -failfast ./...