Sha256: 8b8d7448163170b1ea5e4236c2431610172f9051a113efdbf129d68f0a4a4ba1
Contents?: true
Size: 1.2 KB
Versions: 53
Compression:
Stored size: 1.2 KB
Contents
test: test_gen.native @./all_tests.native canonical_data_checker.native: all_tests.native src/*.ml interfaces/*.mli test/*.ml @ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg yojson -pkg ppx_deriving -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is src,interfaces canonical_data_checker.native test_gen.byte: all_tests.native src/*.ml interfaces/*.mli test/*.ml @ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg yojson -pkg ppx_deriving -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is src,interfaces test_gen.byte test_gen.native: all_tests.native src/*.ml interfaces/*.mli test/*.ml @ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg yojson -pkg ppx_deriving -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is src,interfaces test_gen.native all_tests.native: src/*.ml test/*.ml @ocamlbuild -use-ocamlfind -tag thread -tag short_paths -cflags -strict-sequence -r -pkg core -pkg oUnit -pkg yojson -pkg ppx_deriving -pkg ppx_deriving.eq -pkg ppx_deriving.show -Is src,test all_tests.native clean: rm -rf _build rm -f test_gen.native rm -f all_tests.native .PHONY: clean
Version data entries
53 entries across 53 versions & 1 rubygems