go-sleep/makefile

5 lines
54 B
Makefile
Raw Normal View History

2020-01-20 17:45:19 +00:00
build:
cd cmd/sleep && go build
test:
go test ./...