diff options
author | Matt Turner <mattst88@gmail.com> | 2007-12-16 20:11:15 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2007-12-16 20:11:15 +0000 |
commit | c9858e5d78afe394c74ed138d62fbc45881939c8 (patch) | |
tree | 99d76f6500596aed764bf008ae685b476e49874c /Makefile | |
parent | 73a5f11d23e07ce982a66ce5e24f5b3f8fea1a0f (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-x | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ CPP=g++ -CFLAGS=-O2 +WARN=-W -Wall +CFLAGS=-O2 ${WARN} LDFLAGS=-los EXE=calculator.app |