all:
	perl demo.pl
	perl button.pl
	perl shapes.pl
	perl tree.pl

clean:
	/bin/rm -f demo.jpg button.gif tree.gif
