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