Avoid/build-html5.sh

3 lines
233 B
Bash
Raw Normal View History

#!/bin/sh
2022-06-11 20:10:58 +00:00
emcc -o html5/index.html src/Main.c -Os -Wall /usr/local/lib/libraylib.a -I. -I/usr/local/include/raylib.h -L. -L/usr/local/lib/libraylib.a -s USE_GLFW=3 -DPLATFORM_WEB --preload-file ./assets --shell-file html5/shell.html