Cleaning up C++ slave.
[iot2.git] / iotjava / Makefile
index 16d9e071c3adf9cb7c04e4f8b0b6397ae255c29b..6ca70c7524f282387e106e2cebe42777a2b44ea2 100644 (file)
@@ -3,7 +3,7 @@ BASE := ..
 
 include $(BASE)/common.mk
 
-all: mkdir tree parser compiler rmi runtime installer
+all: mkdir tree parser compiler rmi runtime runtime-cpp installer
 
 infra: runtime installer
 
@@ -11,6 +11,11 @@ PHONY += mkdir
 mkdir:
        [ -d ../bin ] || mkdir ../bin
 
+# C++ slave
+PHONY += runtime-cpp
+runtime-cpp:
+       cd iotruntime/cpp/iotslave; make cpp
+
 # Parser compilation and run
 PHONY += tree
 tree: