.PHONY: all
all:
	@echo "Nothing to build."


.PHONY: test
test:
	@echo "No tests yet :("


include release.mk
