diff --git a/example/Vector/7_SPH_dlb/Makefile b/example/Vector/7_SPH_dlb/Makefile
index 67b88bffd37cb7545fd1da30c96b30c7415849fa..e3e86812414d7a258ca12e53e82804cd2ca11618 100644
--- a/example/Vector/7_SPH_dlb/Makefile
+++ b/example/Vector/7_SPH_dlb/Makefile
@@ -14,7 +14,7 @@ sph_dlb: $(OBJ)
 
 all: sph_dlb
 
-run: spl_dlb
+run: sph_dlb
 	mpirun -np 2 ./sph_dlb
 
 .PHONY: clean all run
diff --git a/example/Vector/7_SPH_dlb_opt/Makefile b/example/Vector/7_SPH_dlb_opt/Makefile
index 67b88bffd37cb7545fd1da30c96b30c7415849fa..e3e86812414d7a258ca12e53e82804cd2ca11618 100644
--- a/example/Vector/7_SPH_dlb_opt/Makefile
+++ b/example/Vector/7_SPH_dlb_opt/Makefile
@@ -14,7 +14,7 @@ sph_dlb: $(OBJ)
 
 all: sph_dlb
 
-run: spl_dlb
+run: sph_dlb
 	mpirun -np 2 ./sph_dlb
 
 .PHONY: clean all run