aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c5426197740512c926d6ca1b5a32cecf9559e196 (plain)
1
2
3
4
5
6
7
all: install

install:
	stow -v --target="$(HOME)" --restow */

uninstall:
	stow -v --target="$(HOME)" --delete */