diff --git a/makefile b/makefile
index a33b48702a635ce57e48661b0bb669c56ef088e2..ff8cd332920ad9b7ed70d3ca03e878a607ede983 100644
--- a/makefile
+++ b/makefile
@@ -480,7 +480,7 @@ clean_code:
 
 # ----- verification ------
 verify:
-	@python3 $(SOCLABS_PROJECT_DIR)/flow/adp_verify.py
+	@python3 $(SOCLABS_SOCTOOLS_FLOW_DIR)/tools/adp_verify.py
 
 # ------- clean -----------