Added C Standard to Makefile
[CleanReadLine.git] / Clean System Files / Makefile
index 154cf00..15d9bfa 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -pedantic
+CFLAGS=-Wall -pedantic -std=c99
 LDFLAGS=-lreadline
 
 all: readLine.o