summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-16 23:21:29 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-16 23:21:29 -0700
commit0f50bcbceb078ef53626b883316058cf15bb4470 (patch)
tree9961d8a35e10dcc8b62db94b685c919071c310da /Makefile
parentb04a376636cfee76376753011f1c0345b738b4f7 (diff)
Small Makefile tweak.
Diffstat (limited to 'Makefile')
-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