summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50999d1..8369c8f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# mpdview: Makefile
-# Tue, 12 Jul 2022 20:25:26 +0200
+# Thu, 14 Jul 2022 15:17:13 +0200
# Joe
#
# BSD Makefile
@@ -25,6 +25,8 @@ DESTDIR :=
MAKEOBJDIR := ./
SRCS := c_mpdview
+SRCS += c_mpd
+SRCS += c_view
SRCS := ${SRCS:S/$/.c/g}
SRCS := ${SRCS:S/^/${SRCS_DIR}\//g}