minor change in the makefile
diff --git a/Makefile b/Makefile
index 7274e25..1814648 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@
 	docker pull efabless/dv_setup:latest
 
 .PHONY: setup
-setup: install check-env install_mcw pdk openlane
+setup: install check-env install_mcw openlane pdk
 
 # Openlane
 blocks=$(shell cd openlane && find * -maxdepth 0 -type d)