]> git.sur5r.net Git - cc65/blobdiff - src/co65/make/gcc.mak
Change the makefiles so that CFLAGS that are special for the application are
[cc65] / src / co65 / make / gcc.mak
index 7dbbe950629634f707f046da71da20f16fd0ddff..2279d30bf52fb676d8f11d5988df8790faf07493 100644 (file)
@@ -10,11 +10,16 @@ EXE         = co65
 # Library dir
 COMMON = ../common
 
-CFLAGS         = -g -O2 -Wall -W -std=c89 -I$(COMMON)
+#
 CC     = gcc
+CFLAGS         = -g -O2 -Wall -W -std=c89
+CFLAGS += -I$(COMMON)
 EBIND  = emxbind
 LDFLAGS        =
 
+# -----------------------------------------------------------------------------
+# List of all object files
+
 OBJS = convert.o       \
         error.o         \
         fileio.o        \