Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a dupplicated target in makefile
[simgrid.git] / examples / smpi / Makefile.am
index 8b11bdc..7afd90a 100644 (file)
@@ -46,8 +46,6 @@ reduce: reduce.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 ring_c: ring_c.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
-sendrecv: sendrecv.c
-       $(top_builddir)/src/smpi/smpicc $^ -o $@
 split: split.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 mvmul: mvmul.c