diff options
| author | 2020-04-26 20:58:39 -0700 | |
|---|---|---|
| committer | 2020-04-26 20:58:39 -0700 | |
| commit | 81c8b04af6f4d7db98be014e10f84dcdfbd363b9 (patch) | |
| tree | 1d5242dbafe2b1569d8678833d351e64c520012f | |
| parent | e0c021b4ac5db19cd4cf1f6297d03808031184f5 (diff) | |
| download | new-dotfiles-81c8b04af6f4d7db98be014e10f84dcdfbd363b9.tar.gz new-dotfiles-81c8b04af6f4d7db98be014e10f84dcdfbd363b9.zip | |
Properly use first prerequisite instead of all for stow
| -rw-r--r-- | GNUmakefile | 2 |
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,,$@) |
