From 4c84439c103d4d119f253a1dab8c3b22060c2ab5 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 4 Jan 2014 23:34:26 +0100 Subject: Added some gif rendering skeleton Amazingly, text rendering seems to still work. --- host/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/Makefile') diff --git a/host/Makefile b/host/Makefile index 1f90145..90517f9 100644 --- a/host/Makefile +++ b/host/Makefile @@ -1,6 +1,6 @@ -all: main.c font.c font.h color.c color.h - gcc -std=gnu11 -Wall -lm -o matelight -g -O0 main.c font.c color.c +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 clean: rm matelight -- cgit