From 239f76c71cac684cf51b1f609550b564a35fa3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 4 Sep 2020 23:33:27 +0200 Subject: [PATCH] chore: add missing target dependency in makefile --- GNUmakefile.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile.template b/GNUmakefile.template index 3b81758..ec40637 100644 --- a/GNUmakefile.template +++ b/GNUmakefile.template @@ -83,6 +83,10 @@ ${BUILDTMP}/build.o : src/build.c src/build.h @echo "Compiling:" src/build.o @$(CC) $(COPTS) -c src/build.c -o $@ +${BUILDTMP}/icon-factory.o : src/icon-factory.c src/inlined-icons.h + @echo "Compiling:" src/icon-factory.o + @$(CC) $(COPTS) -c src/icon-factory.c -o $@ + # Building the dvdisaster binary dvdisaster: $(ICONS) $(OFILES)