4 lines
42 B
Makefile
4 lines
42 B
Makefile
|
hello: hello.cpp
|
||
|
g++ -o hello hello.cpp
|
||
|
|