Cleaning up C++ slave.
[iot2.git] / iotjava / Makefile
index 83ba1ba24a81244e8b41463eae568054d150b8bc..6ca70c7524f282387e106e2cebe42777a2b44ea2 100644 (file)
@@ -1,8 +1,9 @@
+
 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
 
@@ -10,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: