renaming file to use .cpp extension
This commit is contained in:
parent
a1779e4cab
commit
aad5286647
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user