aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,,$@)