home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 4 / make / makefile < prev    next >
Encoding:
Makefile  |  1994-01-27  |  179 b   |  10 lines

  1. hello: main.o hello.o
  2.  blink from main.o,hello.o,lib:c.o library lib:lc.lib,lib:amiga.lib\
  3.        to hello verbose
  4.  
  5. main.o: hello.h
  6.  lc -d main.c
  7.  
  8. hello.o: hello.h
  9.  lc -d hello.c
  10.