#

all: b c

b: b.c
	cc -o b -g b.c

c: ti.sh
	./ti.sh >xx
	# now process xx with emacs - texinfo-format-buffer

