all:
	go build -o bin/truststore cmd/truststore/main.go

clean:
	rm -rf bin

.PHONY: all clean
