material/c++/net/makefile

6 lines
76 B
Makefile
Raw Normal View History

2024-10-27 09:23:50 +00:00
main: 1.cpp 2.cpp
g++ -o 1.out 1.cpp
g++ -o 2.out 2.cpp
clear:
rm *.out