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


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


include release.mk
