Visit my blog or connect with me on Twitter
git init
or
Visit my blog or connect with me on Twitter
git init
or
# 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 |