aboutsummaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/Makefile')
-rw-r--r--host/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Makefile b/host/Makefile
index 1f90145..90517f9 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -1,6 +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
+all: main.c font.c font.h color.c color.h gif.h gif.c
+ gcc -std=gnu11 -Wall -lm -lgif -o matelight -g -O0 main.c font.c color.c gif.c
clean:
rm matelight