diff --git a/example/Performance/memBW/Makefile b/example/Performance/memBW/Makefile
index c44bd35ded8d5919b5fbb70d5064a79054a71872..c1cb1db9782cec726f7088768b662ce8b958b6f3 100644
--- a/example/Performance/memBW/Makefile
+++ b/example/Performance/memBW/Makefile
@@ -39,7 +39,7 @@ LDIR =
 
 OBJ = main.o
 
-miniBUDE:
+memBW:
 
 %.o: %.cu
 	$(CUDA_CC) -g -O3 $(CUDA_OPTIONS) $(OPT) -c --std=c++14 -o $@ $< $(INCLUDE_PATH_NVCC)