Skip to content
Snippets Groups Projects
Commit b9524a76 authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

example: Remove code which is now implicitly generated.

parent 05f0550f
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,3 @@ and compiled c_file =
target (more_recent [o_file] [c_file]);
require (file_exists c_file);
sh "cd $builddir && cc -c %s -o %s" c_file o_file
(* XXX IMPLICIT *)
let () =
try goal_all ()
with
| Goal_result (Goal_failed msg) ->
prerr_endline ("error: " ^ msg);
exit 1
| exn ->
prerr_endline (Printexc.to_string exn);
exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment