all: \
	metadata \
	vrt

metadata: cmd/metadata/*.go
	go build -o $@ $^

vrt: cmd/vrt/*.go
	go build -o $@ $^
