diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man CC = cc -std=c2x +CPP = $(CC) -E - +# $(CPP) is only used for the check rule CC_DEF_EXTRACT = # If set, it will be used with -E -dM (must have the same meaning |