#
# 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
