aboutsummaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-01-04 23:34:26 +0100
committerjaseg <jaseg@jaseg.net>2014-01-04 23:34:26 +0100
commit4c84439c103d4d119f253a1dab8c3b22060c2ab5 (patch)
tree49539e64e0fa58dab2dde9fed2e3585c41d7e065 /host/Makefile
parentd27f9ecf7ea92b702df128f856c1063aa91c51f2 (diff)
downloadmatelight-4c84439c103d4d119f253a1dab8c3b22060c2ab5.tar.gz
matelight-4c84439c103d4d119f253a1dab8c3b22060c2ab5.tar.bz2
matelight-4c84439c103d4d119f253a1dab8c3b22060c2ab5.zip
Added some gif rendering skeleton
Amazingly, text rendering seems to still work.
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