home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / com / zocdev / tap / makefile < prev    next >
Encoding:
Makefile  |  1993-12-02  |  218 b   |  14 lines

  1. #
  2. # makefile for tap demo programs with IBM CSET/2
  3. # just type make or nmake or whatever you use.
  4. #
  5.  
  6. all: tap.exe tap2.exe
  7.  
  8.  
  9. tap2.exe: tap2.c tap.h
  10.     icc -Ss tap2.c
  11.  
  12. tap.exe: tap.c tap.h
  13.     icc -Ti -Ss tap.c
  14.