TC=tcc -ms -c -v -vi

term.exe: term.obj
    tlink /v /x @link.lst

term.obj: term.c warpcomm.h
    $(TC) term.c

