From 7fa6356c30c8eb5988abe73ed47444327cbd6346 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 19 Jan 2014 17:41:25 +0100 Subject: Compile with -ansi -pedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fa8447..6283a0f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL=/bin/sh CC=gcc -CFLAGS=-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-function -Wno-unused-parameter +CFLAGS=-ansi -pedantic colorize: colorize.c $(CC) $(CFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -- cgit v1.2.3