aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6daf158..687eaf9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -12,9 +12,15 @@ clean: $(addsuffix -clean,$(MODULES))
zsh:
$(MAKE) -C $@
-%-install: %
+before-%-install: # Dummy recipe
+ @true
+
+%-stow: % before-%-install
$(STOW) $<
+%-install: %-stow # Dummy recipe
+ @true
+
%-uninstall:
$(STOW) -D $(subst -uninstall,,$@)
@@ -32,6 +38,9 @@ picom-clean:
# Emacs #
#########
+emacs-install: emacs-stow
+ xdg-settings set default-url-scheme-handler org-protocol EmacsClient.desktop
+
###########
# Xmodmap #
###########