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