From 0f50bcbceb078ef53626b883316058cf15bb4470 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 16 Jun 2009 23:21:29 -0700 Subject: Small Makefile tweak. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3