diff --git a/scripts/compile.py b/scripts/compile.py index 77e787a..1662539 100755 --- a/scripts/compile.py +++ b/scripts/compile.py @@ -100,7 +100,7 @@ def build_extensions(target_dirs): if __name__ == "__main__": # Default directories to compile if none provided - DEFAULT_TARGETS = ["app/services", "app/native/wndb", "app/services"] + DEFAULT_TARGETS = ["app/services", "app/native/wndb", "app/algorithms"] # Check for help flag if len(sys.argv) > 1 and sys.argv[1] in ["--help", "-h"]: