Skip to content

Instantly share code, notes, and snippets.

View gurbieta's full-sized avatar

gurbieta

View GitHub Profile
@gurbieta
gurbieta / Makefile
Created April 5, 2017 00:02 — forked from hahuang65/Makefile
Beginning OpenGL Development on OS X: Post 1 - 5/7/2014
# OBJS specifies which files to compile as part of the project
OBJS = main.cpp
# CC specifies which compiler we're using
CC = g++
# INCLUDE_PATHS specifies the additional include paths we'll need
INCLUDE_PATHS = -I/usr/local/include -I/opt/X11/include
# LIBRARY_PATHS specifies the additional library paths we'll need