Update Makefile
diff --git a/verilog/dv/Makefile b/verilog/dv/Makefile
index d87238f..81f6ada 100644
--- a/verilog/dv/Makefile
+++ b/verilog/dv/Makefile
@@ -19,7 +19,7 @@
 .SUFFIXES:
 .SILENT: clean all
 
-PATTERNS = io_ports la_test1 la_test2 wb_port mprj_stimulus
+PATTERNS = io_ports la_test1 la_test2 wb_port mprj_stimulus wb_test
 
 all:  ${PATTERNS}
 	for i in ${PATTERNS}; do \