TC=tcc -ms -c -v -vi

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

term.obj: term.cpp warpcomm.hpp
    $(TC) term.cpp

