aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/Makefile')
-rw-r--r--service/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/Makefile b/service/src/Makefile
index 15f98e4..73cc507 100644
--- a/service/src/Makefile
+++ b/service/src/Makefile
@@ -9,5 +9,5 @@ clean:
%.o: %.c %.h
$(CC) -c -o $@ $< -I .
-printdoc: printdoc.c stlfile.o
+printdoc: printdoc.c stlfile.o util.o
$(CC) -o $@ $^ $(CFLAGS) $(LDLIBS)