Add dunst targets to top Makefile
This commit is contained in:
parent
c5063a3dce
commit
b955ed62bb
2 changed files with 12 additions and 6 deletions
12
GNUmakefile
12
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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
include ../../../dotfiles.mk
|
||||
|
||||
all: dunstrc
|
||||
|
||||
%: %.org
|
||||
$(call tangle,conf-unix)
|
Loading…
Reference in a new issue