.PHONY: all
all:
	@echo one \
	 two \
	 three
	# not a command
