home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / fish / 931-950 / ff942 / as65 / connect_c64 / makefile < prev    next >
Makefile  |  1993-12-22  |  264b  |  10 lines

  1. ################################################################
  2. # Makefile to build Receive_64
  3. # by Thomas Lehmann 05-Nov-89
  4. #
  5. ################################################################
  6.  
  7. Receive_C64:        main_C64.asm
  8.                         as65 main_C64.asm -o`Receive_C64`
  9.