home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-02 | 218 b | 14 lines |
- #
- # makefile for tap demo programs with IBM CSET/2
- # just type make or nmake or whatever you use.
- #
-
- all: tap.exe tap2.exe
-
-
- tap2.exe: tap2.c tap.h
- icc -Ss tap2.c
-
- tap.exe: tap.c tap.h
- icc -Ti -Ss tap.c
-