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,,$@)