X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=version2%2Fsrc%2FC%2FMakefile;h=5d4be5ae1ba631424fb85a4e0de39cbf5573fe36;hb=b687de99dbbbae04564b9fe4aad3e159782b8a26;hp=199196e55bec3cb2f4b9b6eb67e56415f087eaf1;hpb=87013fb48b87cea6f466327930acd099b8ee29b3;p=iotcloud.git diff --git a/version2/src/C/Makefile b/version2/src/C/Makefile index 199196e..5d4be5a 100644 --- a/version2/src/C/Makefile +++ b/version2/src/C/Makefile @@ -29,6 +29,10 @@ directories: ${OBJ_DIR} test: bin/lib_iotcloud.so g++ -g -O3 Test.C -L./bin/ -l_iotcloud -lpthread -lbsd -o bin/Test + g++ -g -O3 Init.C -L./bin/ -l_iotcloud -lpthread -lbsd -o bin/init + g++ -g -O3 Update.C -L./bin/ -l_iotcloud -lpthread -lbsd -o bin/update + g++ -g -O3 Read.C -L./bin/ -l_iotcloud -lpthread -lbsd -o bin/read + sudo cp ./bin/*.so /usr/lib/ ${OBJ_DIR}: ${MKDIR_P} ${OBJ_DIR}