]> git.sur5r.net Git - cc65/blobdiff - libsrc/Makefile
Optimized mul20 & mul40 and extracted to new library.
[cc65] / libsrc / Makefile
index 0583b6761271df364b9d229210139d59e1077aa8..4e1a3520d992e880e25b9a03617d2f63342f24eb 100644 (file)
@@ -27,6 +27,7 @@ TARGETS = apple2       \
           gamate       \
           lynx         \
           nes          \
+          none         \
           osic1p       \
           pce          \
           sim6502      \
@@ -92,7 +93,7 @@ INSTALL = install
 
 define INSTALL_recipe
 
-$(if $(PREFIX),,$(error variable `PREFIX' must be set))
+$(if $(PREFIX),,$(error variable "PREFIX" must be set))
 $(INSTALL) -d $(DESTDIR)$(datadir)/$(dir)
 $(INSTALL) -m0644 ../$(dir)/*.* $(DESTDIR)$(datadir)/$(dir)
 
@@ -180,6 +181,7 @@ SRCDIRS += common   \
            mouse    \
            runtime  \
            serial   \
+           specialmath \
            tgi      \
            zlib