home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 202.lha / SoundScape / NewAztecLib / makefile < prev    next >
Encoding:
Makefile  |  1988-12-28  |  163 b   |  8 lines

  1. mymodule: mymodule.o 
  2.     ln -o mymodule +cd mymodule.o \
  3.     lib:sslink.o lib:morelib.o -llib:cl32
  4.  
  5. mymodule.o: mymodule.c
  6.     cc -S +p +C +D +L +r -Iinclude: mymodule.c
  7.  
  8.