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) -