(executable
 (name discover)
 (libraries dune-configurator))

(rule
 (targets c_flags.sexp c_library_flags.sexp)
 (action
  (run ./discover.exe)))
