From 3218a0d023bbb6ab36f5c4cea564f9bb4a7db202 Mon Sep 17 00:00:00 2001 From: Adrien CLERC Date: Mon, 2 Sep 2019 22:20:23 +0200 Subject: [PATCH] rename target to match other targets naming scheme --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 784920f2..42b0e263 100644 --- a/Makefile +++ b/Makefile @@ -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) $(VENV)/bin/fullrelease -.PHONY: compress_assets -compress_assets: ## Compress static assets +.PHONY: compress-assets +compress-assets: ## Compress static assets @which $(ZOPFLIPNG) >/dev/null || (echo "ZopfliPNG ($(ZOPFLIPNG)) is missing" && exit 1) mkdir $(TEMPDIR)/zopfli $(eval CPUCOUNT := $(shell python -c "import psutil; print(psutil.cpu_count(logical=False))"))