oserrlist for GEOS

git-svn-id: svn://svn.cc65.org/cc65/trunk@1844 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-12-25 15:23:22 +00:00
parent 5d49f8b637
commit 3e0b7b9917
2 changed files with 95 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
@$(AS) -o $@ $(AFLAGS) $<
S_OBJS = crt0.o oserror.o randomize.o
S_OBJS = crt0.o oserrlist.o oserror.o randomize.o
all: $(S_OBJS)