summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-06 14:11:08 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-06 14:11:08 -0700
commitb94a9f2101683888218cbf4de9be2139b3816403 (patch)
tree6e809837bb18bc74279e41d239173f75cdbe1412 /Makefile
parent5235966ed5f369969c6ba0a558453ff22097a722 (diff)
More documentation, tidying up, etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a06ff0c..8ddcd09 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
CPPFLAGS=-Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
-OBJ=upb_parse.o upb_table.o upb_msg.o upb_enum.o upb_context.o descriptor.o
+OBJ=upb_parse.o upb_table.o upb_msg.o upb_enum.o upb_context.o upb_string.o descriptor.o
all: $(OBJ) test_table tests upbc
clean:
rm -f *.o test_table tests
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback