all:		head.T800 pipe.T800 reset.btl

head.T800:	head.c
		is_lcc -T800 -o $@ head.c

pipe.T800:	pipe.c
		is_lcc -T800 -o $@ pipe.c

reset.btl:	head.T800 pipe.T800 reset.net
		btl <reset.net >$@

clean:

clobber:	clean
		rm -f head.T800 pipe.T800 *.btl
