]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm610/Makefile
For the CBM platforms, make revers() machine dependent and use the RVS flag
[cc65] / libsrc / cbm610 / Makefile
index ccd841b2cbdbc94324c93137a40252e2a3c51685..9fac393de9f552446ebd7b4e5ca660d2308b1371 100644 (file)
@@ -40,6 +40,7 @@ OBJS =        _scrsize.o      \
        peeksys.o       \
        pokesys.o       \
         randomize.o     \
+       revers.o        \
        rs232.o
 
 #--------------------------------------------------------------------------