From 03ff75ffb196f990d1b9b5b36dc4ef2cf3c2ee7b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 20 Dec 2023 19:26:31 +1030 Subject: [PATCH] Fix dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc9486e..dfd91cb 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ player.h: player.html echo "};" >> $@~ mv $@~ $@ -http-monitor.o: http-monitor.c player.h +http-monitor.o: http-monitor.c player.h dbindex.h #http-monitor.o: http-monitor.c #http-monitor: http-monitor.o ez-blob-io.o dbindex.o notify.o dbmarshal.o player.o -- 2.39.2