Files
dcf/Makefile
2024-05-12 09:37:34 -07:00

11 lines
115 B
Makefile

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