dcf/Makefile

11 lines
115 B
Makefile
Raw Normal View History

2024-05-12 16:37:34 +00:00
default: test
test:
go test -v ./...
run: build
./dcfinfo
build:
cd cmd/dcfinfo && go build -o ../../dcfinfo