index
:
opengl_learning
master
walkthrough of learnopengl.com tutorials (linux for now)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
depth
/
build.sh
blob: 961ce781e94d7784c1e90ecf9fa390c84a26a33c (
plain
)
1
2
3
4
#!/bin/sh . ../config set -x gcc -o depth $CFLAGS $INCLUDE $LFLAGS depth.c $LIBS && ./depth