I used below commands to install some things.
qmake PREFIX=/path/to/my/dir make make install
However, the path I gave was wrong, how can I update PREFIX in the right place and delete the old installation, and then install again?
I tried:
rm -rf /path/to/my/dir/bin
But it is still set on the old path.
linux makefile
Stan
source share