Method: Textbringer::CMode#default_compile_command

Defined in:
lib/textbringer/modes/c_mode.rb

#default_compile_commandObject



57
58
59
# File 'lib/textbringer/modes/c_mode.rb', line 57

def default_compile_command
  "make"
end