Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the tests of tuto-msg
[simgrid.git] / doc / tuto-msg / Makefile
index 4eba98f..8340d92 100644 (file)
@@ -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