From 8842e450dba6fb874502f4632b4ea1f893e89da0 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sat, 28 Sep 2013 01:36:02 +0100 Subject: [PATCH] Turns on gcc warnings (CFLAGS += -Wall -Wextra) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c989e61..74da5ac 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ MANDIR = /usr/share/man/man1 DOCDIRS = doc/html doc/latex PDF = doc/latex/refman.pdf +CFLAGS += -Wall -Wextra + all: codecheck test clean: