home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 1.2 / amidev_cd_12.iso / cd32 / xl_toolkit_1.1 / code / smakefile < prev   
Encoding:
Makefile  |  1996-03-17  |  112 b   |  7 lines

  1. CFLAGS = structureequivalence nostackcheck
  2.  
  3. all: Example
  4.  
  5. Example: Example.c Pan.h
  6.     sc link $(CFLAGS) Example.c
  7.