compost/example_site/lib/build.sh
2025-03-12 02:21:25 -04:00

4 lines
109 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
echo "Compiling STB's image I/O library..."
gcc -c ./*.c -I ../include/ -lm