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

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