summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0cea1c3..ad285a9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ all:
.PHONY: install
ifeq ($(install_global), true)
-install: install-global
+install: install-global compile sass-build
else
-install: install-local
+install: install-local compile sass-build
endif
.PHONY: install-global
@@ -48,7 +48,7 @@ extract:
# Add new language as follows:
# pybabel init -i locale/messages.pot -d locale/ -l de
-compile:
+compile: update
pybabel compile -d translations/
update: extract