home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / graphics / utilities / showgadgets / makefile < prev    next >
Makefile  |  1990-12-20  |  214b  |  13 lines

  1. #
  2. # Compiler flags and linker flags
  3. #
  4. cf =
  5. lf =
  6. #
  7. # The real make stuff
  8. #
  9. ShowGadgets: ShowGadgets.o
  10.     blink ShowGadgets.o to ShowGadgets lib lib:amiga.lib
  11. ShowGadgets.o: ShowGadgets.c
  12.     lc $(cf) -v -cms ShowGadgets
  13.