diff options
Diffstat (limited to 'users/wpcarro/Makefile')
-rw-r--r-- | users/wpcarro/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/wpcarro/Makefile b/users/wpcarro/Makefile new file mode 100644 index 000000000000..6ef5116e3ef5 --- /dev/null +++ b/users/wpcarro/Makefile @@ -0,0 +1,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 |