diff --git a/ubc2/config.py b/ubc2/config.py index 9de3dfb..f73b21d 100644 --- a/ubc2/config.py +++ b/ubc2/config.py @@ -18,6 +18,7 @@ class Path: module = module_path repo = repo_path + build = repo / "build" PATH = Path()