#!/bin/bash

gcc -g -Wall -lm -lopengl -c opengl.c
gcc -g -Wall -lm -lglut opengl.o gltest.c -o gltest
