home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / commodities / superdark / makefile next >
Makefile  |  1993-02-26  |  123b  |  10 lines

  1. All:
  2.     echo "Compilling main pg.."
  3.     cd    Main
  4.     Make
  5.     echo "Compilling blankers.."
  6.     cd    /blankers
  7.     Make
  8.     cd /
  9.     echo "Make ok.."
  10.