jmpbuf <-> callax moved to all architectures

git-svn-id: svn://svn.cc65.org/cc65/trunk@1853 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-12-27 01:43:10 +00:00
parent 9222de75da
commit a72745267b
5 changed files with 2 additions and 254 deletions

View File

@@ -11,7 +11,7 @@
@$(AS) -o $@ $(AFLAGS) $<
C_OBJS =
S_OBJS = call.o condes.o
S_OBJS = call.o
all: $(C_OBJS) $(S_OBJS)