Fixed makefile on full install

This commit is contained in:
2023-03-06 18:10:39 -05:00
parent ab0a40c3c1
commit 5e27d455a8

View File

@@ -14,7 +14,7 @@ install-dots:
bootstrap-minimal: bootstrap-homebrew install-dots bootstrap-minimal: bootstrap-homebrew install-dots
"$(DOTS)" install --minimal "$(DOTS)" install --minimal
bootstrap: bootstrap-homebrew bootstrap: bootstrap-homebrew install-dots
"$(DOTS)" install --full "$(DOTS)" install --full
# make a local zsh configuration file, to extend # make a local zsh configuration file, to extend