# Makefile for OpenGL program

GLDIR=build/
include $(GLDIR)/Make.inc
CFLAGS+=-I.
# OGL_LIB=

DEST=main
OBJS=main.o

include $(GLDIR)/Make.common

