From 7a7857f47b33f1b63fb585d2dc6c60d87c3e928f Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 9 Nov 2015 19:55:28 +0100 Subject: C++ --> C99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58aca57..ad40f34 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ OBJECTS := $(OBJECTS:.cpp=.o) OBJECTS := $(OBJECTS:.S=.o) OBJECTS := $(OBJECTS:.s=.o) -CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES) +CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES) --std=c99 all: $(TARGET) -- cgit v1.2.3