Update to include BayesNet 1.0.3
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user