commit | c21428d3fee53e6fb09cc3b738a40693bffc0093 | [log] [tgz] |
---|---|---|
author | Bobby Ho <bobbidinho@gmail.com> | Mon Nov 07 00:29:51 2016 -0800 |
committer | Bobby Ho <bobbidinho@gmail.com> | Mon Nov 07 00:29:51 2016 -0800 |
tree | 0e9dc489c0d32af33fbba29a2ad27b9191c1b192 | |
parent | 55c493e794bd7c2cf2a71c2978824814e5497893 [diff] |
update Makefile
use the following command to compile: g++ -g -std=c++0x recursion.cpp -o recursion
OR run "make" to compile to the recursion program
The recursion.cpp program in the google_unit_test directory uses the Google Unit Test Framework. Please see README.md in that directory for compiling instructions.