Skip to content

Instantly share code, notes, and snippets.

View qvandenberg's full-sized avatar

Quincy van den Berg qvandenberg

View GitHub Profile
@mattbierbaum
mattbierbaum / Makefile
Created September 4, 2011 19:44
SWIG with C++ class example
# standard compile options for the c++ executable
FLAGS = -fPIC
# the python interface through swig
PYTHONI = -I/usr/include/python2.6/
PYTHONL = -Xlinker -export-dynamic
# default super-target
all:
g++ -fPIC -c kitty.cc -o kitty.o