From c41973146221b67c85bd5294aee99a47e4d76415 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 16 Jun 2009 09:21:21 -0700 Subject: Bring 'tests' back up to date and build it again. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3