#
# CSS Compressor 3.0beta
# December 19, 2010
# Corey Hart @ http://www.codenothing.com
#
.PHONY: benchmark test
VERSION=temp

all:
	@echo "\n\x1B[1;31mPC_LOAD_LETTER\x1B[0m\n"

test:
	@php unit/start.php

test-all:
	@php unit/start.php all

test-focus:
	@php unit/focus.php

test-file:
	@php unit/file.php

benchmark:
	@php unit/benchmark/benchmark.php $(VERSION)

clean:
	@sh unit/clean.sh
