From d27f9ecf7ea92b702df128f856c1063aa91c51f2 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2014 16:40:44 +0100 Subject: Maybe gif-lib wasn't too bright an idea... --- host/matelight/Makefile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 host/matelight/Makefile (limited to 'host/matelight/Makefile') diff --git a/host/matelight/Makefile b/host/matelight/Makefile deleted file mode 100644 index 1f90145..0000000 --- a/host/matelight/Makefile +++ /dev/null @@ -1,6 +0,0 @@ - -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