all: \
	metadata \
	sikkom

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

sikkom: cmd/sikkom/*.go ../internal/util/*.go
	go build -o $@ $<
