From d99c1102bdfcc0b7fa2eee296e7221d1043f7f4e Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Sun, 2 Aug 2026 21:15:33 +0200 Subject: [PATCH] Changing asset file location. --- Makefile | 2 +- SDL3_Core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 877e10e..0a5ede0 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: # Run executable .PHONY: run run: all - $(Q)./$(SOURCE_OUTPUT) + $(Q)cd $(BUILD_DIR) && ./$(notdir $(SOURCE_OUTPUT)) .PHONY: print-% print-% : diff --git a/SDL3_Core b/SDL3_Core index a0b3216..7778fb4 160000 --- a/SDL3_Core +++ b/SDL3_Core @@ -1 +1 @@ -Subproject commit a0b32165649edb9f2003546ac48057764b12f128 +Subproject commit 7778fb4aa5f1ffd8622b73c1edf22cb9c1096325