aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index d5f7da4..229c210 100644
--- a/make.c
+++ b/make.c
@@ -20,7 +20,7 @@ enum {
};
static char *cflags_all[] = {
- "-I" GMPDIR,
+ ("-I" GMPDIR),
"-pipe",
"-std=c11",
"-Wall",