Skip to content

Instantly share code, notes, and snippets.

@rl4debug
Created April 3, 2020 15:17
Show Gist options
  • Save rl4debug/c73dd81ddaf53ebd9102504d9a990d87 to your computer and use it in GitHub Desktop.
Save rl4debug/c73dd81ddaf53ebd9102504d9a990d87 to your computer and use it in GitHub Desktop.
[makefile] #makefile

Special macros:

  • $@ is the name of the file to be made
  • $? is the name of changed depandents
  • $< the name of related file that caused the action
  • $* the prefix shared by target and dependent files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment