summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-28 12:02:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-28 12:02:43 -0700
commit1139650320e764b6ba3582174a13babaa88fb1a1 (patch)
treef448c2274699e61d0a97ecff2fd78475163cfc77 /Makefile
parent2da3b081c47fe8fe7476da228323d2040e876f56 (diff)
Use "static inline" instead of "extern inline" for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c395e75..12d37e4 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 upb_context.o descriptor.o upb_inlinedefs.o
+OBJ=upb_parse.o upb_table.o upb_msg.o upb_context.o descriptor.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