aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4383135..0a6c1a1 100644
--- a/Makefile
+++ b/Makefile
@@ -110,3 +110,7 @@ checkstyle:
fixstyle:
@build-root/scripts/checkstyle.sh --fix
+build_scvpp:
+ @mkdir $(BR)/build-scvpp/;cd $(BR)/build-scvpp;cmake $(WS_ROOT)/src/scvpp/;make install;
+build:
+ @mkdir $(BR)/build-plugins/;cd $(BR)/build-plugins/;cmake $(WS_ROOT)/src/plugins/;make install;