From 916aced1bef07001ef4eee2a1cde6cd6e33b4bc3 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2014 00:10:20 +0100 Subject: Now with even more abstract art. --- host/matelight/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/matelight/Makefile') diff --git a/host/matelight/Makefile b/host/matelight/Makefile index 2a7e971..1f90145 100644 --- a/host/matelight/Makefile +++ b/host/matelight/Makefile @@ -1,6 +1,6 @@ -all: main.c font.c font.h - gcc -std=gnu11 -Wall -lm -o matelight -g -O0 main.c font.c +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 clean: rm matelight -- cgit