home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 432b.lha / EzLib / demo_src / sin / makefile < prev    next >
Encoding:
Makefile  |  1990-11-11  |  82 b   |  4 lines

  1. sin : sin.c
  2.     cc +ff +L +Ivd0:include/header.h sin.c
  3.     ln -o sin sin.o -lez -lm -lc
  4.