Files
box-o-sand/Makefile
T

5 lines
83 B
Makefile

bin/hello-world: src/hello_world.cpp
g++ src/hello_world.cpp -o bin/hello-world