adding build requirement to run in Makefile.

This commit is contained in:
Ulysse Cura 2026-07-17 13:56:20 +02:00
parent ed08ef2ce9
commit 96daf4a1d9
1 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,5 @@ clean:
# Run executable
.PHONY: run
run:
run: all
$(Q)./$(BUILD_DIR)/$(SOURCE_OUTPUT)