summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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