X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/676756b1101b958d0b55f43a09f3dab421dd9c1f..b3f448e0ccc0e5e0195bfba380b1ba3a5c5b10b6:/doc/gtut-files/Makefile diff --git a/doc/gtut-files/Makefile b/doc/gtut-files/Makefile index 8f8cadaff0..212d62ed61 100644 --- a/doc/gtut-files/Makefile +++ b/doc/gtut-files/Makefile @@ -219,6 +219,12 @@ clean:: _8-exceptions_client.c _8-exceptions_server.c _8-exceptions_simulator.c: 8-exceptions.c 3-args.xml ../../tools/gras/gras_stub_generator 8-exceptions 3-args.xml >/dev/null +# Lesson 9: simple data exchange +######################################## +9-simpledata: 9-simpledata.c + gcc -I$(GRAS_ROOT)/include -lgras -L$(GRAS_ROOT)/lib $^ -o $@ + + clean:: if [ -e 8-exceptions.mk ] ; then make -f 8-exceptions.mk clean; fi rm -f _8-exceptions_client.c _8-exceptions_server.c _8-exceptions_simulator.c 8-exceptions.trace 8-exceptions.mk