-include automation/makefile/*.mk

.PHONY: help

help:
	@echo "Make something good"
	@echo " or something worse"
	@echo "  or something else"
	@echo "   with this script"

