all: test1: gcc -fPIC -shared Extest.c -I/usr/include/python2.6 -lpython2.6 -o Extest.so python test.py test2: python setup.py build