1 2 3 4 5 6 7
clean: stow --verbose --target=$$HOME --delete */ install: stow --verbose --target=$$HOME --restow */ .PHONY: clean install