]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/Makefile
Working on the _scanf implementation
[cc65] / libsrc / common / Makefile
index 6723738f57f841770aa6c7fda32635e16e27e6f5..a548973854af6cbe1a931c088db5849173e15867 100644 (file)
@@ -17,7 +17,6 @@ C_OBJS =      _afailed.o      \
                _scanf.o        \
                abort.o         \
                bsearch.o       \
-               calloc.o        \
                errormsg.o      \
                fclose.o        \
                fdopen.o        \
@@ -59,6 +58,7 @@ S_OBJS =      _fdesc.o        \
                abs.o           \
                atexit.o        \
                atoi.o          \
+               calloc.o        \
                copydata.o      \
                cprintf.o       \
                errno.o         \