box-o-sand/Makefile
2010-03-27 21:29:55 -04:00

5 lines
81 B
Makefile

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