From 9ef5c135e894b2da95940e2556f4df9ce2205552 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2014 13:19:44 +0100 Subject: Re-organized the host software directory layout --- host/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 host/Makefile (limited to 'host/Makefile') diff --git a/host/Makefile b/host/Makefile new file mode 100644 index 0000000..1f90145 --- /dev/null +++ b/host/Makefile @@ -0,0 +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 + +clean: + rm matelight -- cgit