summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-24 17:44:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-24 17:44:43 -0700
commit9595dfa2dccef73009cf71078627d5ef7ed3e514 (patch)
tree87715fa643464adc0932e62941f5548d3042d994 /Makefile
parentedd137fe992a83c0f024bfd3752eeceea735e196 (diff)
Fleshed out upb_context some.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 927c5c8..c395e75 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
CPPFLAGS=-O3 -Wall -Wextra -pedantic -g -DNDEBUG -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
-OBJ=upb_parse.o upb_table.o upb_msg.o descriptor.o upb_inlinedefs.o
+OBJ=upb_parse.o upb_table.o upb_msg.o upb_context.o descriptor.o upb_inlinedefs.o
all: $(OBJ) test_table tests
clean:
rm -f $(OBJ) tests
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback