From 9934f27cc16e8a2da43033a1f957761e00db4916 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 16 Feb 2014 11:57:21 +0100 Subject: The fundamentals of the new ctypes interface are working --- host/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/Makefile') diff --git a/host/Makefile b/host/Makefile index 345058b..a6b892f 100644 --- a/host/Makefile +++ b/host/Makefile @@ -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 -- cgit