home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 182.lha / CDecl_v2.4 / Makefile < prev    next >
Encoding:
Makefile  |  1988-11-05  |  186 b   |  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.