rename target to match other targets naming scheme

This commit is contained in:
Adrien CLERC 2019-09-02 22:20:23 +02:00 committed by Alexis Metaireau
parent 4a7c9d541d
commit 3218a0d023

View file

@ -48,8 +48,8 @@ test: $(DEV_STAMP) ## Run the tests
release: $(DEV_STAMP) ## Release a new version (see https://ihatemoney.readthedocs.io/en/latest/contributing.html#how-to-release) release: $(DEV_STAMP) ## Release a new version (see https://ihatemoney.readthedocs.io/en/latest/contributing.html#how-to-release)
$(VENV)/bin/fullrelease $(VENV)/bin/fullrelease
.PHONY: compress_assets .PHONY: compress-assets
compress_assets: ## Compress static assets compress-assets: ## Compress static assets
@which $(ZOPFLIPNG) >/dev/null || (echo "ZopfliPNG ($(ZOPFLIPNG)) is missing" && exit 1) @which $(ZOPFLIPNG) >/dev/null || (echo "ZopfliPNG ($(ZOPFLIPNG)) is missing" && exit 1)
mkdir $(TEMPDIR)/zopfli mkdir $(TEMPDIR)/zopfli
$(eval CPUCOUNT := $(shell python -c "import psutil; print(psutil.cpu_count(logical=False))")) $(eval CPUCOUNT := $(shell python -c "import psutil; print(psutil.cpu_count(logical=False))"))