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}