``` make: *** No rule to make target 'install'. Stop. ``` used these commands ``` cd pybind11 mkdir build cd build cmake .. make install ``` can anyone help with this
used these commands
can anyone help with this