summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c62ddb9..e7fc8ed 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,4 @@ descriptor.o: descriptor.c descriptor.h
test_table: test_table.cc upb_table.o
tests: tests.c upb_parse.c upb_parse.h
- $(CC) $(CFLAGS) -o tests tests.c
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o tests tests.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback