diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 088202925089..1be62c668590 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,7 @@ install: uninstall: source "${DOTFILES}/configs/uninstall" + +list-broken-links: + find "${HOME}" -maxdepth 1 -xtype l && \ + find "${HOME}/.config" -maxdepth 1 -xtype l |