Skip to content

Instantly share code, notes, and snippets.

@theonewolf
Created September 11, 2013 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theonewolf/6530257 to your computer and use it in GitHub Desktop.
Save theonewolf/6530257 to your computer and use it in GitHub Desktop.
GNU make Brain Teaser
default:
true && printf '\t\x1b[32mBuild Succeeded\x1b[0m\n'
true && bash -c "printf '\t\x1b[32mBuild Succeeded\x1b[0m\n'"
printf '\t\x1b[32mBuild Succeeded\x1b[0m\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment