material/c++/net/makefile
2024-10-27 09:23:50 +00:00

6 lines
76 B
Makefile

main: 1.cpp 2.cpp
g++ -o 1.out 1.cpp
g++ -o 2.out 2.cpp
clear:
rm *.out