From 89a7232d436a150ede517eaf09f0134309cc0cb3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 13 Mar 2014 19:56:40 +0100 Subject: compile with -ansi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46deaed..9ea1ede 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -pedantic +CFLAGS=-Wall -pedantic -ansi all: extrace -- cgit 1.4.1