This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/advagg/advagg_css_compress/css-compressor-3.x/Makefile

34 lines
506 B
Makefile

#
# 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