aboutsummaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/Makefile')
-rw-r--r--host/Makefile6
1 files changed, 6 insertions, 0 deletions
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