2 lines
46 B
Makefile
2 lines
46 B
Makefile
main: main.cpp
|
|
g++ -lstdc++ main.cpp -o main
|
main: main.cpp
|
|
g++ -lstdc++ main.cpp -o main
|