summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/entities/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index ad1d61b..db9cbef 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -93,8 +93,8 @@ endef
$(foreach L,${OTHERS},$(eval $(call PO_template,${L})))
-.PHONY: po-all
-po-all: ${foreach L,${OTHERS},po/${L}.po}
+.PHONY: po-all po
+po-all po: ${foreach L,${OTHERS},po/${L}.po}
help::
@printf ${HELPFMT} "make po-all" "Generate all .PO files"