summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2007-12-16 20:11:15 +0000
committerMatt Turner <mattst88@gmail.com>2007-12-16 20:11:15 +0000
commitc9858e5d78afe394c74ed138d62fbc45881939c8 (patch)
tree99d76f6500596aed764bf008ae685b476e49874c /Makefile
parent73a5f11d23e07ce982a66ce5e24f5b3f8fea1a0f (diff)
Add buttons. Compile with -W -Wall.
git-svn-id: svn://mattst88.com/svn/calculator/trunk@4 40705d3a-cdd4-446d-8ced-669f9f7342eb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
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