diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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} |