all:
	@echo "Components will be built as needed"
clean:
	rm -rf bin/* results signatures*
