Small Makefile tweak.

pull/13171/head
Joshua Haberman 16 years ago
parent b04a376636
commit 0f50bcbceb
  1. 2
      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

Loading…
Cancel
Save