From 409b70e68488caed08fde81d7b5faf5303c63579 Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Tue, 16 Aug 2022 02:28:18 +1200 Subject: [PATCH] Still fucking stupid --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03a20ea..a354ca8 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ${TARGET}/%.o: %.cpp .PHONY: SDL SDL: @mkdir -p SDL/${SDL_TARGET} - @#cd SDL/${SDL_TARGET} && ../configure --build=x86_64-linux-gnu --host=${SDL_TARGET} --disable-sdl2-config --disable-shared --enable-assertions=release --enable-directx --enable-haptic + @cd SDL/${SDL_TARGET} && ../configure --build=x86_64-linux-gnu --host=${SDL_TARGET} --disable-sdl2-config --disable-shared --enable-assertions=release --enable-directx --enable-haptic @make -s -C SDL/${SDL_TARGET} .PHONY: ${OUT}