summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-14 15:30:10 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-14 15:30:10 +0200
commita1fb4aa469767ce11c8724aaa0cee1fa0cfc4437 (patch)
tree18b0ca9ea86565d8b9cc6772ec741e665d80bdbf /Makefile
parentWIP (diff)
downloadmpdview-master.tar.gz
mpdview-master.tar.bz2
mpdview-master.tar.xz
mpdview-master.tar.zst
mpdview-master.zip
RefactorHEADmaster
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}