main: ser.o cli.o tn.o g++ -o ser.exe ser.o tn.o g++ -o cli.exe cli.o tn.o clear: rm *.o *.exe