summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2022-05-25 21:26:24 +0200
committerStijn Buys <ingar@telenet.be>2022-05-25 21:26:24 +0200
commitf9d22cbfd5753f0d458c78c11429a13c8f4ef1f4 (patch)
treec1796193beaeea76d40cc0693ad7000e84118a80
parent31e29cd297e48317fcbc11e3b28af3f8f9b1fb38 (diff)
Fix the actual build.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21a488a..503a651 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CFLAGS = `pkg-config cairo libjpeg popt --cflags` -D_XOPEN_SOURCE -g
LDDFLAGS = `pkg-config cairo libjpeg popt --libs` -lm
-SRC = genclockimg.o
+SRC = genclockimg.o cairo_jpg.o
TARGET = genclockimg
$(TARGET): $(SRC)