From 81c8b04af6f4d7db98be014e10f84dcdfbd363b9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 20:58:39 -0700 Subject: Properly use first prerequisite instead of all for stow --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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,,$@) -- cgit v1.2.3-54-g00ecf