The fundamentals of the new ctypes interface are working

This commit is contained in:
jaseg 2014-02-16 11:57:21 +01:00
parent 900a9c38e3
commit 9934f27cc1
7 changed files with 90 additions and 17 deletions

View file

@ -1,6 +1,6 @@
all: main.c font.c font.h color.c color.h gif.h gif.c
gcc -shared -std=gnu11 -Wall -lm -o libbdf.so -g -O0 main.c font.c color.c
all: main.c font.c font.h color.c color.h
gcc -shared -fPIC -std=gnu11 -Wall -lm -o libbdf.so -g -O0 main.c font.c color.c
clean:
rm libbdf.so