From 7f2b64a5527c641de1fec68ea62ec2427fa82a99 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 13 Apr 2020 18:50:42 +0200 Subject: Add missing prerequisites to Makefile Two (relatively) new source files, namely configreader.vala and utils.vala, were missing as prerequisites from the weltschmerz rule, leading to the binary not being rebuilt if either file is changed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfc8ec9..6e84f4f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DATAROOTDIR ?= ${PREFIX}/share MANDIR ?= ${DATAROOTDIR}/man VALAC ?= valac -weltschmerz: weltschmerz.vala terminal.vala config.vala resources.c +weltschmerz: weltschmerz.vala terminal.vala config.vala configreader.vala utils.vala resources.c ${VALAC} -X -lm --pkg posix --pkg gtk+-3.0 --pkg vte-2.91 --gresources resources.xml \ weltschmerz.vala terminal.vala config.vala configreader.vala utils.vala resources.c -- cgit v1.2.3-2-gb3c3