Skip to content

Instantly share code, notes, and snippets.

@hodgesmr
Created January 28, 2016 16:13
Show Gist options
  • Save hodgesmr/54b8eb57680ebef884f7 to your computer and use it in GitHub Desktop.
Save hodgesmr/54b8eb57680ebef884f7 to your computer and use it in GitHub Desktop.
make-america-great-again
.PHONY: america great again
SHELL := /bin/bash
america:
@touch .
great:
@touch .
again:
@echo "Nah."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment