droberson/ssh-honeypot

Clang needed

myxxmikeyxx opened this issue · 2 comments

Should I install build essentials or just install clang?
I am using Ubuntu 20.04 server so it does not have anything, and I would like to keep it as lightweight as possible.

Removed the hard-coded CC=clang in the Makefile. This should work fine with gcc.

Thank you I will have to try that.