CFLAGS =  -c -w -ms
part.exe: part.obj
   tlink /x c:\tc\lib\c0s part, part, part, c:\tc\lib\cs

part.obj: part.c 
   tcc $(CFLAGS) part.c

