mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-23 04:10:07 +00:00
9c26b6b1d7
made a lil test, should probably make more these when i have time
9 lines
67 B
Makefile
9 lines
67 B
Makefile
run:
|
|
MODE=DEV go run .
|
|
|
|
plainrun:
|
|
go run .
|
|
|
|
test:
|
|
go test ./...
|