X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91037750a74d216030aed011eed2a1d5608b2362..180bb2169a8dbe211647c7790736f8a53c7d552f:/doc/tuto-msg/Makefile diff --git a/doc/tuto-msg/Makefile b/doc/tuto-msg/Makefile index 4eba98f210..8340d9272c 100644 --- a/doc/tuto-msg/Makefile +++ b/doc/tuto-msg/Makefile @@ -36,6 +36,6 @@ CFLAGS = -std=gnu99 -g -O2 $(WARNINGS) # Use this line to get better performance $(CC) -I$(strip $(SIMGRID_INSTALL_PATH))/include -L$(strip $(SIMGRID_INSTALL_PATH))/lib/ $(CFLAGS) $^ -lsimgrid -o $@ clean: - rm -f *.o *~ masterworker + rm -f *.o *~ masterworker masterworker-sol1 masterworker-sol2 masterworker-sol3 masterworker-sol4 .PHONY: clean