summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-16 09:21:21 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-16 09:21:21 -0700
commitc41973146221b67c85bd5294aee99a47e4d76415 (patch)
tree9c8ae5d1c6cd24eafe8f213df000979deaf5862f /Makefile
parentbc717d84023eadd0fe94668f4034e4a09e4be9c9 (diff)
Bring 'tests' back up to date and build it again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a95652a..c62ddb9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@
.PHONY: all clean
CC=gcc
CXX=g++
-CFLAGS=-std=c99 -fgnu89-inline
+CFLAGS=-std=c99
CPPFLAGS=-O3 -Wall -Wextra -pedantic -g
OBJ=upb_parse.o upb_table.o upb_struct.o descriptor.o
-all: $(OBJ) test_table
+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