home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0167.lha / CDecl / makefile < prev    next >
Makefile  |  1988-11-22  |  186b  |  8 lines

  1. cdecl.o: cdecl.c
  2.     cc +p -DAMIGA -DNOGETOPT -DNOVARARGS cdecl.c
  3. cdecl: cdecl.o
  4.     ln cdecl.o -lcl32
  5. cdeclsym: cdecl.c
  6.     cc -n +p -DAMIGA -DNOGETOPT -DNOVARARGS cdecl.c
  7.     ln -g cdecl.o -lcl32
  8.