After make builds Masscan, what makes the command available from any directory?
make
Run sudo make install to place the binary in a system PATH location.
sudo make install
PATH
Clone the repository a second time into ~/project.
~/project
Run ./bin/masscan --version once.
./bin/masscan --version
Display the Makefile with cat.
Makefile
cat