home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / as65 / connect_c64 / makefile < prev    next >
Makefile  |  1995-02-27  |  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.