1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

mk: add support for CPPFLAGS

This commit is contained in:
Puck Meerburg 2021-02-26 21:48:41 +00:00
parent 6512be0a99
commit bd0b0f9ab7
2 changed files with 4 additions and 3 deletions

View file

@ -153,4 +153,5 @@ endif
@echo " CFLAGS: Flags for the C compiler"
@echo " CXX ($(CXX)): C++ compiler to be used"
@echo " CXXFLAGS: Flags for the C++ compiler"
@echo " CPPFLAGS: C preprocessor flags, used for both CC and CXX"
@$(print-var-help)