MBHaxe/compile-linux.sh
2022-12-30 01:24:44 -05:00

6 lines
192 B
Bash
Executable file

#!/bin/bash
haxe compile-linux.hxml
cd native
gcc -o marblegame -g -I . -L /usr/local/lib marblegame.c /usr/local/lib/{ui.hdll,openal.hdll,fmt.hdll,sdl.hdll} -lSDL2 -lhl -lm
cp marblegame ..