aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrien CLERC <adrien@antipoul.fr>2019-09-02 22:20:23 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-09-03 10:42:51 +0200
commit3218a0d023bbb6ab36f5c4cea564f9bb4a7db202 (patch)
tree39acd518655c39171b76dcb77143dcf0e5600c55 /Makefile
parent4a7c9d541db3bdbab455d824e33082a2600a8d06 (diff)
downloadihatemoney-mirror-3218a0d023bbb6ab36f5c4cea564f9bb4a7db202.zip
ihatemoney-mirror-3218a0d023bbb6ab36f5c4cea564f9bb4a7db202.tar.gz
ihatemoney-mirror-3218a0d023bbb6ab36f5c4cea564f9bb4a7db202.tar.bz2
rename target to match other targets naming scheme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 784920f..42b0e26 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))"))