The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity).
7 lines
271 B
Makefile
7 lines
271 B
Makefile
SUBDIR=functions
|
|
objects=chpwd_show_todo chpwd_update_git_vars env get_cnt line \
|
|
precmd_maybe_festival precmd_update_git_vars precmd_update_updates \
|
|
preexec_update_vars prompt prompt_git_info rprompt \
|
|
update_current_git_vars welcome venv
|
|
|
|
include ../../dotfiles.mk
|