Started to add config file

git-svn-id: svn://svn.cc65.org/cc65/trunk@336 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-09-24 19:06:59 +00:00
parent 8bab228a52
commit b960e3ead3
13 changed files with 1337 additions and 297 deletions

View File

@@ -10,14 +10,16 @@ CC=gcc
LDFLAGS=
OBJS = attrtab.o \
code.o \
cpu.o \
error.o \
global.o \
code.o \
config.o \
cpu.o \
error.o \
global.o \
handler.o \
main.o \
main.o \
opctable.o \
output.o
output.o \
scanner.o
LIBS = $(COMMON)/common.a