about summary refs log tree commit diff
path: root/users/wpcarro/Makefile
blob: 52f46d0ea68bbfa13a46b4b8b57b8a5aeef42985 (plain) (blame)
1
2
3
4
5
6
7
8
9
install:
	source "${WPCARRO}/configs/install"

uninstall:
	source "${WPCARRO}/configs/uninstall"

list-broken-links:
	find "${HOME}" -maxdepth 1 -xtype l && \
	find "${HOME}/.config" -maxdepth 1 -xtype l