#!/bin/bash
cc $1.c -Wno-unused-result -g -O2 -Wall -I/usr/include/freetype2 -lftgl -lglfw -lGLU -lGL -lX11 -lXrandr -lm -o $1

