droberson/ssh-honeypot

clang is hardcoded in Makefile

Closed this issue · 1 comments

Hi.

Is there a reason to hardcode clang as $CC?
I propose to change CC=clang line with CC?=clang. So they can use "CC=gcc make" as a command to build.

Removed hard-coded CC=clang in Makefile.