renaming file to use .cpp extension

This commit is contained in:
Dan Buch 2010-03-27 21:45:41 -04:00
parent a1779e4cab
commit aad5286647
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
bin/hello-world: src/hello_world.cc
g++ src/hello_world.cc -o bin/hello-world
bin/hello-world: src/hello_world.cpp
g++ src/hello_world.cpp -o bin/hello-world