home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / nutshsrc / makefile next >
Makefile  |  1990-03-20  |  243b  |  10 lines

  1. nutshell.prg: nutshell.o makefile
  2.     cc -LS=1024 -o nutshell.prg nutshell.o -lstd -ltos -lgem
  3.  
  4. nutshell.acc: nutshell.prg
  5.     cp -of nutshell.prg nutshell.acc
  6.  
  7. install: nutshell.acc
  8.     cp -of nutshell.acc d:/
  9.     cp -of nutshell.prg d:/intercom/uniterm
  10.