automatic-mouse-mover/Makefile

5 lines
67 B
Makefile

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