From 7420e9327d961bf7ae7b30f035fde39b6c8d843f Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 10 Feb 2014 00:52:38 +0100 Subject: Moar related projects --- host/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/Makefile') diff --git a/host/Makefile b/host/Makefile index 90517f9..345058b 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 -std=gnu11 -Wall -lm -lgif -o matelight -g -O0 main.c font.c color.c gif.c + gcc -shared -std=gnu11 -Wall -lm -o libbdf.so -g -O0 main.c font.c color.c clean: - rm matelight + rm libbdf.so -- cgit