X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2Fiotruntime%2Fcpp%2Fiotslave%2FMakefile;h=80cecbba6f74d144a71e2471b422f8486edd3d27;hp=1d73cca6bf0b2b3105cfdb8b5e3a1eab3a53ed95;hb=12cd536cebfeea6c5df468170b6388a9f6ff2f12;hpb=1dfa63ff48c8f5695f64046585831d5a7b886d7c diff --git a/iotjava/iotruntime/cpp/iotslave/Makefile b/iotjava/iotruntime/cpp/iotslave/Makefile index 1d73cca..80cecbb 100755 --- a/iotjava/iotruntime/cpp/iotslave/Makefile +++ b/iotjava/iotruntime/cpp/iotslave/Makefile @@ -16,6 +16,7 @@ java: PHONY += cpp cpp: $(G++) $(GCCFLAGS) -o IoTSlave.o IoTSlave.cpp $(INCLUDE) $(CCCLINKERFLAGS) + cp IoTSlave.o $(BASE)/bin/iotruntime/slave/ PHONY += cpp-arm cpp-arm: