1 2 3 4 5 6
#!/bin/sh gcc -std=gnu99 -ggdb3 -O3 -DPLATFORM_DESKTOP \ `pkg-config --libs raylib` \ -o ./shadertoy \ ./src/main.c