All the Perl that's Practical to Extract and Report
See this comic.
USER := $(shell whoami) ifeq ($(USER), root) MESSAGE = "Okay." else MESSAGE = "What? Make it yourself." endif NOECHO = @ me :: - $(NOECHO) echo $(MESSAGE) a :: - $(NOECHO) echo sandwich :: - $(NOECHO) echo