From 38d5775dd085ecc97b84f6430741c3036f154be1 Mon Sep 17 00:00:00 2001 From: dianshi Date: Mon, 30 Nov 2020 17:46:55 +0000 Subject: Removed uneccesary flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3711d67..c36b454 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ EMCC=emcc CC=gcc LDFLAGS=-lSDL2 -lSDL2_ttf -lGLESv2 -lGL -EM_LDFALGS=-s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' -s USE_SDL_TTF=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3 +EM_LDFALGS=-s USE_SDL=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3 make: $(CC) -c koh.c -g3 -- cgit v1.2.3