# Last edited on 2010-04-06 11:17:12 by stolfi .PHONY: all # all: test_basics test_beauty test_bal_delims all: test_basics # all: test_beauty # all: test_bal_delims test_basics: ${STOLFIHOME}/posters/tools/run-povray-png \ -good -big -show -preview \ test_basics.pov test_beauty: ${STOLFIHOME}/posters/tools/run-povray-png \ -good -big -show -preview \ test_beauty.pov test_bal_delims: ${STOLFIHOME}/posters/tools/run-povray-png \ -good -big -show -preview \ test_bal_delims.pov