all: \
	metadata \
	sikkom

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

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