Skip to content

Instantly share code, notes, and snippets.

View RabbitMC's full-sized avatar

Miralem Cebic RabbitMC

  • DE-CIX
  • Frankfurt am Main, Germany
  • 20:36 (UTC +02:00)
View GitHub Profile
@RabbitMC
RabbitMC / Makefile
Created June 15, 2017 09:24 — 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