Add Interrupt module

This commit is contained in:
Fabien Freling 2016-02-28 23:41:06 +01:00
parent de755822d3
commit 4df4aea484
4 changed files with 71 additions and 1 deletions

View file

@ -6,6 +6,7 @@ debug:
check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
clean:
rm -rf _build