shithub: tinygl

ref: 8ec16ca93bea0548960cce5c7b1740736a324552
dir: /src/quick.sh/

View raw version
#/bin/bash
#escape character is used here to add a slash
#This script was used to move these files to include.
#sed -i 's/\"zbuffer.h/\"include\/zbuffer.h/g' *.c *.h
#sed -i 's/\"zfeatures.h/\"include\/zfeatures.h/g' *.c *.h
sed -i 's/\"include/\"..\/include/g' *.c *.h
#gcc *.c -o executable.out -lglut -lGL -lm -lGLU