aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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