From 6e5f2261269bb98f6dcdfbb38ce4ebe0cf92321e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jan 2016 18:54:39 +0100 Subject: [PATCH] Added C Standard to Makefile --- Clean System Files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clean System Files/Makefile b/Clean System Files/Makefile index 154cf00..15d9bfa 100644 --- a/Clean System Files/Makefile +++ b/Clean System Files/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -pedantic +CFLAGS=-Wall -pedantic -std=c99 LDFLAGS=-lreadline all: readLine.o -- 2.20.1