Skip to content

Instantly share code, notes, and snippets.

@Niols
Created August 10, 2018 10:49
Show Gist options
  • Save Niols/9cea702c451d108b9bef5c535061b156 to your computer and use it in GitHub Desktop.
Save Niols/9cea702c451d108b9bef5c535061b156 to your computer and use it in GitHub Desktop.
Minimal example for colis-anr/morbig#37
true: package(libmorbig)
.PHONY: build clean
OCAMLBUILD=ocamlbuild -use-ocamlfind
build:
$(OCAMLBUILD) test.native
clean:
$(OCAMLBUILD) -clean
let do_something =
Format.printf "I did something (%d)!@."
type ccl = Libmorbig.CST.complete_command_list
let () = Options.do_something 27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment