added _randomize() implementation
git-svn-id: svn://svn.cc65.org/cc65/trunk@1499 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@$(AS) -o $@ $(AFLAGS) $<
|
||||
|
||||
|
||||
S_OBJS = crt0.o oserror.o
|
||||
S_OBJS = crt0.o oserror.o randomize.o
|
||||
|
||||
all: $(S_OBJS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user