home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bsd / src / make / make-amiga / makefile.dist < prev    next >
Makefile  |  1993-09-23  |  155b  |  8 lines

  1. # a very simple makefile...
  2. pmake:
  3.     @echo 'make started.'
  4.     cc -I. -c *.c
  5.     cd lst.lib; cc -I.. -c *.c
  6.     cc *.o lst.lib/*.o -o pmake
  7.     @echo 'make completed.'
  8.