mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Moved the jmpvec module from common to runtime
git-svn-id: svn://svn.cc65.org/cc65/trunk@457 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -51,7 +51,6 @@ S_OBJS = _fdesc.o \
|
||||
isupper.o \
|
||||
isxdigit.o \
|
||||
itoa.o \
|
||||
jmpvec.o \
|
||||
labs.o \
|
||||
longjmp.o \
|
||||
ltoa.o \
|
||||
@@ -95,4 +94,4 @@ clean:
|
||||
@rm -f $(C_OBJS:.o=.s)
|
||||
@rm -f $(C_OBJS)
|
||||
@rm -f $(S_OBJS)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user