all: rackleave.c.html
	echo All up to date

rackleave.c.html: rackleave
	ctohtml rackleave.c > rackleave.c.html

rackleave: rackleave.c forall.o
	cc -o rackleave rackleave.c forall.o -I. -I.. -lspell -lm -L/home/gtoal/public_html/wordgames/spell

forall.o: forall.c
	cc -c forall.c -I../../spell
