mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
rename target to match other targets naming scheme
This commit is contained in:
parent
4a7c9d541d
commit
3218a0d023
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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))"))
|
||||
|
|
Loading…
Reference in a new issue