aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index a27bff7..9e542f8 100644
--- a/build.py
+++ b/build.py
@@ -26,6 +26,7 @@ class Build:
"""
def __init__(self, environment):
+ self.project_name = 'name of master project'
self.environment = environment
self.projects = {}
self.targets = {}