summaryrefslogtreecommitdiff
path: root/Makefile
blob: bc29833f02bdd4a233024c617f92b1b77263f842 (plain)
1
2
3
4
5
6
7
clean:
	stow --verbose --target=$$HOME --delete */

install:
	stow --verbose --target=$$HOME --restow */

.PHONY: clean install