Explorar o código

julia: clean object files before executing examples.

Pierre Huchant %!s(int64=5) %!d(string=hai) anos
pai
achega
ca9e61ccc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      julia/examples/execute.sh.in

+ 1 - 1
julia/examples/execute.sh.in

@@ -24,7 +24,7 @@ export STARPU_JULIA_BUILD=@STARPU_BUILD_DIR@/julia
 export JULIA_NUM_THREADS=8
 srcdir=@STARPU_SRC_DIR@/julia/examples
 
-rm -f genc*.c gencuda*.cu
+rm -f genc*.c gencuda*.cu genc*.o
 
 if test "$1" == "-calllib"
 then