mirror of
https://github.com/EricNeid/go-sleep.git
synced 2025-01-25 14:36:17 +00:00
5 lines
54 B
Makefile
5 lines
54 B
Makefile
build:
|
|
cd cmd/sleep && go build
|
|
|
|
test:
|
|
go test ./...
|