#!/bin/sh

gcc -Wall -D KBTELNET -Xlinker --no-as-needed -lm kb_telnet.c -o kb_telnet

exit 0
