浏览代码

Fix default rule when running make in mpi/

Samuel Thibault 4 年之前
父节点
当前提交
1c81130681
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mpi/GNUmakefile.in

+ 2 - 0
mpi/GNUmakefile.in

@@ -19,6 +19,8 @@ SUBDIRS=
 @STARPU_BUILD_EXAMPLES_TRUE@SUBDIRS += examples
 @STARPU_BUILD_TESTS_TRUE@SUBDIRS += tests
 
+all:
+
 check: check-recursive
 
 # divide by 4 the number of jobs to run in parallel, since mpirun will start 4