Added initial rawfont code. Supports creation of raw and png font textures, plus...
[rawfont.git] / build
1 #!/bin/bash
2
3 gcc -g -O2 -o rawfont src/rawfont.c $(pkg-config --cflags --libs cairo) -lm
4