You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CBMC version: 5.43.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: make -C src
What behaviour did you expect: a possibility to run make -C src install
What happened instead: there is no install target.
The text was updated successfully, but these errors were encountered:
Our CMake-based builds already support an "install" target to put
various built binaries (and man pages) in place. Add a similar target to
Makefile-based builds.
Fixes: diffblue#6443
Our CMake-based builds already support an "install" target to put
various built binaries (and man pages) in place. Add a similar target to
Makefile-based builds.
Fixes: diffblue#6443
CBMC version: 5.43.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: make -C src
What behaviour did you expect: a possibility to run
make -C src install
What happened instead: there is no
install
target.The text was updated successfully, but these errors were encountered: