From 388ccf4c4b291683cb495971d5fb258b569a64a3 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 19 Oct 2009 18:00:25 +0000 Subject: [PATCH] Added missing definitions, fixed copy&paste errors. Formatting. git-svn-id: svn://svn.cc65.org/cc65/trunk@4378 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/make/gcc.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.39.5