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