yrutschle / sslh

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)
https://www.rutschle.net/tech/sslh/README.html
GNU General Public License v2.0
4.58k stars 368 forks source link

No rule to make target 'install'. Stop. #429

Open essoojay opened 8 months ago

essoojay commented 8 months ago

Branch: Master Dependencies: I believe install, I stand to be corrected.

trying to compile this i get the error:

make: *** No rule to make target 'install'. Stop.

Thanks as you look at this

yrutschle commented 8 months ago

It works for me, and there is definitely an install target in the Makefile (https://github.com/yrutschle/sslh/blob/b94060ad7616b1820a48c471e42ca1e8eaed8fc4/Makefile.in#L142): did you run ./configure?