CHECKER = command -v
.PHONY: check
check:
	$(CHECKER) fortune >/dev/null
	$(CHECKER) cowsay >/dev/null

file: | check
	fortune | cowsay > $@