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

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

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