#!/bin/sh cd "$(dirname "$0")" rm -r build lib mkdir -p build lib cmake -DDEBUG_BUILD=ON -DGLFW_BUILD_DOCS=OFF -S . -B build