Properly use first prerequisite instead of all for stow

This commit is contained in:
Tom Willemse 2020-04-26 20:58:39 -07:00
parent e0c021b4ac
commit 81c8b04af6

View file

@ -13,7 +13,7 @@ zsh:
$(MAKE) -C $@
%-install: %
$(STOW) $^
$(STOW) $<
%-uninstall:
$(STOW) -D $(subst -uninstall,,$@)