diff options
| author | _Tradam <[email protected]> | 2024-06-20 19:15:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-20 19:15:20 -0400 |
| commit | f855e58f6b2d4a7d2170fc075b8916f928c12680 (patch) | |
| tree | 5a1594c2fb93cc18f8bb4929824e0ed7db106ce1 /Makefile | |
| parent | 3ad66ad26d539b5978651fd79c884399668e18ec (diff) | |
| parent | 7703f2a74122c771070f19259fc40eb2167df9ac (diff) | |
| download | raylib-DrawTexturePro-interactive-demo-master.tar.gz raylib-DrawTexturePro-interactive-demo-master.zip | |
Use OpenGL ES3 so repeating textures works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ desktop: zig cc -target native main.c -o game -lGL -lm -lpthread -ldl -lrt -lX11 -Iraylib/src -Iraygui/src lib/tux/libraylib.a && ./game web: - emcc -Os -Wall main.c -o game -Iraylib/src -Iraygui/src lib/web/libraylib.a -o output/index.html -s USE_GLFW=3 -DPLATFORM_WEB --shell-file raylib/src/minshell.html -s TOTAL_MEMORY=268435456 -s ASYNCIFY --preload-file ./assets + emcc -Os -Wall main.c -o game -Iraylib/src -Iraygui/src lib/web/libraylib.a -o output/index.html -s USE_GLFW=3 -s FULL_ES3 -DPLATFORM_WEB --shell-file raylib/src/minshell.html -s TOTAL_MEMORY=268435456 --preload-file ./assets |
