]> git.codecow.com Git - Monocypher.git/commit
make uninstall should not fail on partial installs
authorCuleX <cculex@gmail.com>
Sat, 14 Oct 2017 16:27:54 +0000 (18:27 +0200)
committerCuleX <cculex@gmail.com>
Sat, 14 Oct 2017 16:27:54 +0000 (18:27 +0200)
commit02028110755529772c3f911814e0fe26b23e319d
tree16a2b87fca438724755536413c33d9ee2d907a75
parent50e94ba321d412432bef62e95da0f7c77ec8f534
make uninstall should not fail on partial installs

rm returns non-zero when the target file does not exist.  This is
possible when e.g. a user only does install-doc but not install.
makefile