Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 11, 2017 15:28
Show Gist options
  • Save wdwalker/09c1c32c929e41930ea24bc04ce6a1a3 to your computer and use it in GitHub Desktop.
Save wdwalker/09c1c32c929e41930ea24bc04ce6a1a3 to your computer and use it in GitHub Desktop.
CPP_FLAGS
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Preprocessor-Options.html
CPPFLAGS = \
-MMD \
-MF"$(@:%.o=%.d)" \
-MT"$(@)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment