From: uz Date: Mon, 19 Oct 2009 18:00:25 +0000 (+0000) Subject: Added missing definitions, fixed copy&paste errors. Formatting. X-Git-Tag: V2.13.1~147 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=388ccf4c4b291683cb495971d5fb258b569a64a3;p=cc65 Added missing definitions, fixed copy&paste errors. Formatting. git-svn-id: svn://svn.cc65.org/cc65/trunk@4378 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/make/gcc.mak b/src/common/make/gcc.mak index 11b783fae..58fd1b7f8 100644 --- a/src/common/make/gcc.mak +++ b/src/common/make/gcc.mak @@ -1,13 +1,17 @@ # -# gcc Makefile for the binutils common stuff +# gcc Makefile for the cc65 common directory # +RM = rm -f +AR = ar CFLAGS = -g -O2 -Wall -W -std=c89 CC = gcc LDFLAGS = LIB = common.a +# ------------------------------------------------------------------------------ +# Object files for the library OBJS = abend.o \ addrsize.o \