

CGCPROGRAM=../cgigenerator.pl



test:
	echo "hoge<%test();%>hoge2<%d=1%>hoge3" | $(CGCPROGRAM) > tmp.dat
	diff tmp.dat test.dat
	@echo "TEST OK "
	rm tmp.dat



