From 96daf4a1d9c087ae45d51738b295ce6d327840c7 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Fri, 17 Jul 2026 13:56:20 +0200 Subject: [PATCH] adding build requirement to run in Makefile. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bc60f8..d8e4cdd 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,5 @@ clean: # Run executable .PHONY: run -run: +run: all $(Q)./$(BUILD_DIR)/$(SOURCE_OUTPUT) -