Added _systime for all platforms

git-svn-id: svn://svn.cc65.org/cc65/trunk@1510 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-12 22:49:38 +00:00
parent de7bb15dee
commit 704ce5ae22
10 changed files with 163 additions and 6 deletions

View File

@@ -28,12 +28,13 @@ S_OBJS= _scrsize.o \
randomize.o \
read.o \
revers.o \
systime.o \
where.o \
write.o
all: $(C_OBJS) $(S_OBJS)
clean:
@rm -f $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS) crt0.o
@rm -f $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)