From c01a65b05e626e3827ca6a92263d20ed1c7720b6 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 13 Dec 2013 05:40:49 +0000 Subject: [PATCH] change makefile to run a plain build.py by default - localbuildsettings.py then can control the default --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2f82707..65a244de 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ -default: mklocal +default: mkdefault local: mklocal mobile: mkmobile +mkdefault: + ./build.py + mklocal: ./build.py local