diff options
author | dianshi <dianshi@main.lv> | 2020-11-30 17:46:55 +0000 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-11-30 17:46:55 +0000 |
commit | 38d5775dd085ecc97b84f6430741c3036f154be1 (patch) | |
tree | 709881d1a60f2f7f5ac86df50ca618b9102cb2e1 /Makefile | |
parent | a54d8fb8f1ea2184e508adf160915a27b95a7302 (diff) | |
download | wasm_fractal-38d5775dd085ecc97b84f6430741c3036f154be1.tar.gz wasm_fractal-38d5775dd085ecc97b84f6430741c3036f154be1.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |