Skip to content

Commit bfd38f0

Browse files
committed
remove hard-coded CC=clang (#16, #22)
1 parent 1f72fa6 commit bfd38f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
CC=clang
2-
CFLAGS=-Wall -static-libgcc
1+
2+
#CFLAGS=-Wall -static-libgcc
3+
CFLAGS=-Wall
34
LIBS=-lssh -ljson-c
45

56
RSA=/etc/ssh-honeypot/ssh-honeypot.rsa

0 commit comments

Comments
 (0)