dcf/Makefile

11 lines
115 B
Makefile

default: test
test:
go test -v ./...
run: build
./dcfinfo
build:
cd cmd/dcfinfo && go build -o ../../dcfinfo