From 6d84637d7e34dbbda8a4192b17a274810a55adc3 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 2 Jan 2014 02:41:50 +0100 Subject: Consider it a memorial. --- host/matelight/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 host/matelight/Makefile (limited to 'host/matelight/Makefile') diff --git a/host/matelight/Makefile b/host/matelight/Makefile new file mode 100644 index 0000000..2a7e971 --- /dev/null +++ b/host/matelight/Makefile @@ -0,0 +1,6 @@ + +all: main.c font.c font.h + gcc -std=gnu11 -Wall -lm -o matelight -g -O0 main.c font.c + +clean: + rm matelight -- cgit