Splitted the atexit module. Minor cleanup in doatexit.
git-svn-id: svn://svn.cc65.org/cc65/trunk@395 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -33,6 +33,7 @@ S_OBJS = _fdesc.o \
|
||||
atexit.o \
|
||||
atoi.o \
|
||||
copydata.o \
|
||||
doatexit.o \
|
||||
errno.o \
|
||||
fmisc.o \
|
||||
free.o \
|
||||
@@ -94,3 +95,4 @@ clean:
|
||||
@rm -f $(C_OBJS:.o=.s)
|
||||
@rm -f $(C_OBJS)
|
||||
@rm -f $(S_OBJS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user