Skip to content
Snippets Groups Projects
Commit b0605d19 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Stop clean target errors

parent 8490cec7
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ swiftmpiproxies: swiftmpiproxies.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h c ...@@ -9,5 +9,5 @@ swiftmpiproxies: swiftmpiproxies.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h c
$(CC) $(CFLAGS) -o swiftmpiproxies swiftmpiproxies.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread $(CC) $(CFLAGS) -o swiftmpiproxies swiftmpiproxies.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread
clean: clean:
rm swiftmpistepsim rm -f swiftmpistepsim
rm swiftmpiproxies rm -f swiftmpiproxies
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment