1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 02:30:17 +00:00

Added missing definitions, fixed copy&paste errors. Formatting.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4378 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-10-19 18:00:25 +00:00
parent 1ccb6f916d
commit 388ccf4c4b

View 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 CFLAGS = -g -O2 -Wall -W -std=c89
CC = gcc CC = gcc
LDFLAGS = LDFLAGS =
LIB = common.a LIB = common.a
# ------------------------------------------------------------------------------
# Object files for the library
OBJS = abend.o \ OBJS = abend.o \
addrsize.o \ addrsize.o \