From c9858e5d78afe394c74ed138d62fbc45881939c8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 16 Dec 2007 20:11:15 +0000 Subject: Add buttons. Compile with -W -Wall. git-svn-id: svn://mattst88.com/svn/calculator/trunk@4 40705d3a-cdd4-446d-8ced-669f9f7342eb --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47bd57a..fd4f25d 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CPP=g++ -CFLAGS=-O2 +WARN=-W -Wall +CFLAGS=-O2 ${WARN} LDFLAGS=-los EXE=calculator.app -- cgit v1.2.3