Files
Odin/vendor/kb_text_shape/src/build_unix.sh
T

8 lines
116 B
Bash
Executable File

#!/bin/sh
set -e
mkdir -p "../lib"
cc -O2 -c kb_text_shape.c
ar -rcs ../lib/kb_text_shape.a kb_text_shape.o
rm *.o