abouttreesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2653bb6..b86019a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,10 +31,14 @@ sync_translations:
check_layouts:
python check_layout.py $(wildcard res/xml/*.xml) > check_layout.output
+gen_layouts:
+ python gen_layouts.py
+
# Will modify the source tree.
-runtest: rebuild_special_font sync_translations check_layouts
+runtest: rebuild_special_font sync_translations check_layouts gen_layouts
-.PHONY: release debug installd clean rebuild_special_font check_layouts sync_translations runtest
+.PHONY: release debug installd clean rebuild_special_font check_layouts \
+ sync_translations runtest gen_layouts
$(shell mkdir -p _build)