From: Gwyn Ciesla Date: Wed, 7 Apr 2010 12:07:57 +0000 (-0500) Subject: Added -Wall to Makefile. X-Git-Tag: 1.05~4 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=9ddf3faf05299cd35c3facc3b7d9e17df448bf0e;p=curblaster.git Added -Wall to Makefile. --- diff --git a/Makefile b/Makefile index 0b6d0c3..c0d38f6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g +CFLAGS = -g -Wall CXX = g++ $(CFLAGS) INST = /usr/local/bin