From ecce532abfac9198e61e8975f234a19239f74020 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 10 Apr 2023 18:06:07 -0400 Subject: [PATCH] fix description of emscripten output for box demo makefile --- demo/box/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/box/Makefile b/demo/box/Makefile index 654850b..e598a59 100644 --- a/demo/box/Makefile +++ b/demo/box/Makefile @@ -95,7 +95,7 @@ box: $(GLEW_DIR)glew.o $(addprefix $(SDLGFX2_DIR),SDL2_rotozoom.o SDL2_gfxPrimit # Web # ####### -# Use Emscripten to output JavaScript and an HTML index page for running in the browser +# Use Emscripten to output JavaScript file EMSCRIPTENHOME = $(HOME)/ext/software/emsdk/upstream/emscripten EMSCRIPTEN_CFLAGS = -O1 -Wall -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS="['png', 'jpg']" -s USE_SDL_TTF=2 -s USE_SDL_MIXER=2 \