home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / assembly / tape_src / lib / makefile < prev    next >
Encoding:
Makefile  |  1992-03-22  |  167 b   |  10 lines

  1. #
  2. # Makefile for SCSI Tape Streamer I/O functions.
  3. #
  4.  
  5. all:
  6.     make -f makefile.16
  7.     make -f makefile.32
  8.         
  9.     rm -rf tapebind.s error.o getcook.o tapebind.o
  10.