2024-11-23 11:00:35 +00:00

6 lines
99 B
Makefile

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