#
# Make tests for split_url( ) and join_url( )
#
test:
	php test_relurls.php > test_relurls.htm

format:
	php format.php

clean:
	rm -rf Formatted
	rm php_out.htm
