5 lines
83 B
Makefile
5 lines
83 B
Makefile
|
|
|
|
bin/hello-world: src/hello_world.cpp
|
|
g++ src/hello_world.cpp -o bin/hello-world
|