Reverted errorneously commited change to the makefile.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5649 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-04-22 18:09:17 +00:00
parent faf58a8220
commit 7bf80a4d73

View File

@ -19,7 +19,7 @@ CC65_INC = \"/usr/lib/cc65/include/\"
#
CC = gcc
CFLAGS = -g -Wall -W -std=c89
CFLAGS = -O2 -g -Wall -W -std=c89
override CFLAGS += -I$(COMMON)
override CFLAGS += -DCC65_INC=$(CC65_INC)
EBIND = emxbind