3 lines
46 B
Makefile
3 lines
46 B
Makefile
|
main.exe: main.cpp
|
||
|
g++ -o main.exe main.cpp
|