create font/ui text system
[fishladder.git] / build.sh
index cea0e94e1facfe6f20b8523a9b4fa59af47a5f05..fb8efffc8663b1f5d87799269a2e472471039396 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -53,6 +53,7 @@ if [ "$compile_tools" = true ]; then
        echo "Building tools"
        mkdir tools -p
        gcc -Wall -Wstrict-aliasing=3 $lib $flags mdlcomp.c gl/glad.c -o tools/mdlcomp $libs -Wl,-rpath=./ $defines
+       gcc -Wall -Wstrict-aliasing=3 $lib $flags fontcomp.c gl/glad.c -o tools/fontcomp $libs -Wl,-rpath=./ $defines
 fi
 
 # Resources