go-sleep/makefile
2020-01-20 18:45:19 +01:00

5 lines
54 B
Makefile

build:
cd cmd/sleep && go build
test:
go test ./...