Add screenshots
This commit is contained in:
parent
00836a5e6f
commit
5a44fb515b
19 changed files with 23 additions and 23 deletions
2
make.sh
2
make.sh
|
@ -54,7 +54,7 @@ elif [ $PLATFORM = "x11" ]; then
|
|||
# X11 build, requires: xlib
|
||||
# has no sound
|
||||
|
||||
COMMAND="${COMPILER} ${C_FLAGS} -lX11 frontend_x11.c"
|
||||
COMMAND="${COMPILER} ${C_FLAGS} frontend_x11.c -lX11"
|
||||
elif [ $PLATFORM = "emscripten" ]; then
|
||||
# emscripten (browser Javascript) build, requires: emscripten
|
||||
# limited, low quality, no files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue