all: test test: tester python test.py tester: modules ./buildtest.sh modules: pamee.so pamee.so: pamee.c gcc `python-config --includes --libs --cflags` pamee.c -shared -fPIC -s -o pamee.so