home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / testzp13.zip / Makefile.OS2 next >
Makefile  |  1997-02-28  |  231b  |  12 lines

  1. testzip.exe:    testzip.o queue.o which2.o
  2.     gcc -o testzip.exe testzip.o queue.o which2.o
  3.  
  4. testzip.o:    testzip.c testzip.h
  5.     gcc -c testzip.c -DOS2
  6.  
  7. queue.o:    queue.c queue.h
  8.     gcc -c queue.c
  9.  
  10. which2.o:    which2.c which2.h
  11.     gcc -c which2.c
  12.