git-svn-id: svn://svn.cc65.org/cc65/trunk@1230 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-08 18:52:47 +00:00
parent a8698b30e8
commit 09f288e43d
4 changed files with 732 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ OBJS = chip.o \
error.o \
global.o \
main.o \
memory.o
memory.o \
scanner.o
LIBS = $(COMMON)/common.a