home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d942 / as65.lha / AS65 / Connect_C64 / makefile < prev    next >
Makefile  |  1993-12-20  |  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.