yrutschle / sslh

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)

Home Page:https://www.rutschle.net/tech/sslh/README.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No rule to make target 'install'. Stop.

essoojay opened this issue · comments

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

It works for me, and there is definitely an install target in the Makefile (

install: sslh-fork $(MAN)
): did you run ./configure?