Update to include BayesNet 1.0.3

This commit is contained in:
2024-02-25 18:25:10 +01:00
parent 731e03681a
commit 82f2c36621
61 changed files with 25 additions and 80 deletions

View File

@@ -47,7 +47,7 @@ install: ## Copy binary files to bin folder
@echo "*******************************************"
@for item in $(app_targets); do \
echo ">>> Copying $$item" ; \
cp $(f_release)/src/Platform/$$item $(dest) ; \
cp $(f_release)/src/$$item $(dest) ; \
done
dependency: ## Create a dependency graph diagram of the project (build/dependency.png)