From 06239aa7d7136a814549b09573798546fb697722 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Sep 2016 02:10:01 +0200 Subject: Add MPD config --- mpd/GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mpd/GNUmakefile (limited to 'mpd/GNUmakefile') diff --git a/mpd/GNUmakefile b/mpd/GNUmakefile new file mode 100644 index 0000000..392c8bb --- /dev/null +++ b/mpd/GNUmakefile @@ -0,0 +1,6 @@ +include ../dotfiles.mk + +all: .config/mpd/mpd.conf + +%.conf: %.org + $(call tangle,conf-space) -- cgit v1.2.3-54-g00ecf