6 lines
99 B
Makefile
Raw Normal View History

2024-11-23 11:00:35 +00:00
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