homepage: Makefile Main.hs Types.hs
	ghc -fglasgow-exts -W --make Main.hs -o $@
	cp homepage /usr/lib/cgi-bin/homepage.new
	#scp homepage david@foxthompson.net:/usr/lib/cgi-bin/homepage.new

clean:
	rm -f *.o *.hi homepage
