diff --git a/Makefile b/Makefile index 328cc8af05740a5f437b5b025ad8b6c001d0f1fd..0b1bda90e9ed45371af844e2d3a1ff282a9f5866 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all deploy clean -all: compile deploy run +all: compile deploy run clean compile: mpicc src/openmpi.c -o openmpi.out