summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-03 11:50:13 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-03 11:50:13 -0700
commitaecbfe42243ccd06425f021df6fe8d8d65974db7 (patch)
treece93d0c7d342895b1603693309ec44b8fe7d80a8 /Makefile
parent62be5969a14b36e4f3ca336ec57c4627f541a69c (diff)
Moved upb_enum to a proper C file, updated upb_inlinedefs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ced605c..08c56cf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
CPPFLAGS=-O0 -Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
-OBJ=upb_parse.o upb_table.o upb_msg.o upb_context.o descriptor.o
+OBJ=upb_parse.o upb_table.o upb_msg.o upb_enum.o upb_context.o descriptor.o
all: $(OBJ) test_table tests
clean:
rm -f *.o test_table tests
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback