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