]> git.sur5r.net Git - cc65/commitdiff
Added missing definitions, fixed copy&paste errors. Formatting.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Oct 2009 18:00:25 +0000 (18:00 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Oct 2009 18:00:25 +0000 (18:00 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4378 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/make/gcc.mak

index 11b783faecd7569397f286b1421bafc384517b20..58fd1b7f8e727eda080ac7c5907e79dc3bbcdd63 100644 (file)
@@ -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      \