From b955ed62bb3b983ea066bddf3f8f003d66ea125d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Jan 2018 22:33:43 -0800 Subject: Add dunst targets to top Makefile --- GNUmakefile | 12 ++++++++++++ dunst/.config/dunst/GNUmakefile | 6 ------ 2 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 dunst/.config/dunst/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index b7a1e18..d7c6028 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,3 +74,15 @@ mowedline/.config/mowedline/init.scm: mowedline/.config/mowedline/init.org mowedline-clean: rm -f mowedline/.config/mowedline/init.scm + +######### +# Dunst # +######### + +dunst: dunst/.config/dunst/dunstrc + +dunst/.config/dunst/dunstrc: dunst/.config/dunst/dunstrc.org + $(call tangle,conf-unix) + +dunst-clean: + rm -f dunst/.config/dunst/dunstrc diff --git a/dunst/.config/dunst/GNUmakefile b/dunst/.config/dunst/GNUmakefile deleted file mode 100644 index b4092f9..0000000 --- a/dunst/.config/dunst/GNUmakefile +++ /dev/null @@ -1,6 +0,0 @@ -include ../../../dotfiles.mk - -all: dunstrc - -%: %.org - $(call tangle,conf-unix) -- cgit v1.2.3-54-g00ecf