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:
cuz
2000-10-26 06:36:29 +00:00
parent 0df99f3d4d
commit 623fd3e103
3 changed files with 59 additions and 42 deletions

View File

@@ -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)