From d0a1ee2744d93a13be954478c0d0b8be8050f34e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 29 Jan 2011 10:49:13 +0100 Subject: [PATCH] Makefile: compile but warn. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7756f9f..5199ffe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # CC = gcc -CFLAGS = -O2 -Werror -Ilib +CFLAGS = -O2 -Wall -Ilib LD = $(CC) PROGRAM := archived