home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 451.lha / SType / makefile < prev    next >
Makefile  |  1990-12-08  |  257b  |  16 lines

  1. #
  2. # Makefile for SType
  3. #
  4. cf =
  5. lf =
  6. af =
  7. #
  8. # The real make stuff
  9. #
  10. SType: SType.o ArgR.o
  11.     blink ArgR.o+SType.o to SType lib lib:lcr.lib $(lf)
  12. SType.o: SType.c
  13.     lc $(cf) -v -cms SType
  14. ArgR.o: Arg.asm
  15.     asm $(af) -iINCLUDEASM: -dCLI -dRESIDENT -oArgR.o Arg.asm
  16.