aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 20:58:39 -0700
committerGravatar Tom Willemse2020-04-26 20:58:39 -0700
commit81c8b04af6f4d7db98be014e10f84dcdfbd363b9 (patch)
tree1d5242dbafe2b1569d8678833d351e64c520012f /GNUmakefile
parente0c021b4ac5db19cd4cf1f6297d03808031184f5 (diff)
downloadnew-dotfiles-81c8b04af6f4d7db98be014e10f84dcdfbd363b9.tar.gz
new-dotfiles-81c8b04af6f4d7db98be014e10f84dcdfbd363b9.zip
Properly use first prerequisite instead of all for stow
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3073bc1..1cd6768 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,7 +13,7 @@ zsh:
$(MAKE) -C $@
%-install: %
- $(STOW) $^
+ $(STOW) $<
%-uninstall:
$(STOW) -D $(subst -uninstall,,$@)