Skip to content

Instantly share code, notes, and snippets.

@apk
Created August 24, 2010 10:22
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 apk/547324 to your computer and use it in GitHub Desktop.
Save apk/547324 to your computer and use it in GitHub Desktop.
Compile in git version
// Makefile:
// CPPFLAGS += -DGIT_VERSION='"'"`git describe --always --dirty`"'"'
#ifdef GIT_VERSION
char git_version [] = "$" "Git: " GIT_VERSION "$"; // To be picked up by rcsid
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment