summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8692a6d..dfe7230 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,15 @@ CFLAGS=-Wall -Wextra -I. -IImageMagick
LDFLAGS=-lpthread -LImageMagick/MagickCore/.libs
LDLIBS=-lMagickCore-7.Q8 -lm
-freeonebook: freeonebook.o gpio.o fb.o
+freeonebook: freeonebook.o gpio.o fb.o convert.o
freeonebook.o: freeonebook.c gpio.h fb.h
gpio.o: gpio.c gpio.h
-fb.o: fb.c fb.h
+fb.o: fb.c fb.h convert.h
+
+convert.o: convert.c convert.h
clean:
rm -f freeonebook *.o