Module: ExtconfCompileCommandsJson::AutoloadPatch

Defined in:
lib/extconf_compile_commands_json/autoload.rb

Instance Method Summary collapse

Instance Method Details

#create_makefile(*args) ⇒ Object



16
17
18
19
20
# File 'lib/extconf_compile_commands_json/autoload.rb', line 16

def create_makefile(*args)
  super
  ExtconfCompileCommandsJson.generate!
  ExtconfCompileCommandsJson.symlink!
end