]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/Makefile
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / Makefile
index b779cf97fce18a98a069d44fd15f4e09f33c2d2d..77a77e990d331699a9efcffbe316186fcb369112 100644 (file)
@@ -59,6 +59,7 @@ C_OBJS =      _afailed.o              \
                fsetpos.o               \
                ftell.o                 \
                getchar.o               \
+                getopt.o                \
                gets.o                  \
                 gmtime.o                \
                locale.o                \
@@ -104,6 +105,7 @@ S_OBJS =    _cwd.o                  \
                 cc65_sincos.o           \
                 cc65_udiv32by16r16.o    \
                 cc65_umul16x16r32.o     \
+                cc65_umul16x8r32.o      \
                 chdir.o                 \
                copydata.o              \
                 creat.o                 \