From: Camil Staps Date: Wed, 27 Jan 2016 17:54:39 +0000 (+0100) Subject: Added C Standard to Makefile X-Git-Tag: v0.3^2~2 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=6e5f2261269bb98f6dcdfbb38ce4ebe0cf92321e;hp=e8e4e5c50aa90428d79b59a02b9de350711d2c10;p=CleanReadLine.git Added C Standard to Makefile --- 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