theicfire/makefiletutorial

Issue for Command line arguments and override (Section 6.7)

andrewhit opened this issue · 2 comments

Here we ran make with make some_option=hi that needs to be changed into make option_one=hi.

Fixed, thanks!

It may be more appropriate to change to make option_one=hi option_two=hi.