default: test

test:
	go test -v ./...

run: build
	./dcfinfo

build:
	cd cmd/dcfinfo && go build -o ../../dcfinfo
