Makefile: Decrease stow verbosity to 1

A verbosity level of 2 was cool during testing, but now that the
Makefile has been stable for years at this point, having all that
verbosity seems unnecessary. This change still shows when things are
stowed, but with less detail than before.
This commit is contained in:
Donovan Glover
2022-09-28 12:57:08 -04:00
parent 433d335c36
commit 5e75e08f46

View File

@@ -7,7 +7,7 @@
# make uninstall Uninstalls dotfiles
# make prune Removes stale links
verbose ?= 2
verbose ?= 1
NS_REPO_PATH := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
NS_STOW_OPTIONS := --dir="${NS_REPO_PATH}" --target="${HOME}" --no-folding --verbose=${verbose}
NS_STOW_PACKAGES := $(wildcard */)