Added module for program output.

git-svn-id: svn://svn.cc65.org/cc65/trunk@618 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-03-10 10:04:42 +00:00
parent 27a55ba085
commit d10079ccdc
4 changed files with 155 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ OBJS = abend.o \
filepos.o \
fname.o \
hashstr.o \
print.o \
target.o \
tgttrans.o \
xmalloc.o \