home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / devnews / vol2 / sample2 / makefile next >
Encoding:
Makefile  |  1993-10-25  |  124 b   |  11 lines

  1.  
  2. all: sparse.exe  worker.exe
  3.  
  4.  
  5. sparse.exe: sparse.c
  6.   icc /ss sparse.c
  7.  
  8. worker.exe: worker.c
  9.   icc /ss worker.c
  10.  
  11.