Added Makefile for building syborg-graphicswrapper using GCC
At present the build fails due to the following missing headers:
KhronosAPIWrapper.h
VirtualVideoInterfaceConstants.h
platformthreading.h
protocol_MGraphicsVHWCallback.h
"""This is a test"""from __future__ import nested_scopes, bracesdef f(x): def g(y): return x + y return gprint f(2)(4)