Now all modules are in core modules folder

This commit is contained in:
Manuel Cillero 2017-08-08 12:14:45 +02:00
parent 5ba1cdfa0b
commit 05b6a91b0c
1907 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,34 @@
#
# CSS Compressor [VERSION]
# [DATE]
# 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.inc
test-all:
@php unit/start.inc all
test-focus:
@php unit/focus.inc
test-file:
@php unit/file.inc
test-regression:
@php unit/benchmark/benchmark.inc $(VERSION)
test-cli:
@php cli/cli.inc -i cli/test/a.css > cli/test/result.css
benchmark:
@php unit/benchmark/benchmark.inc
clean:
@sh unit/clean.sh