Initial Commit

This commit is contained in:
2016-08-13 18:20:14 -05:00
commit 50f4a86fd8
408 changed files with 15301 additions and 0 deletions

10
ocaml/bob/Makefile Normal file
View File

@@ -0,0 +1,10 @@
test: test.native
@./test.native
test.native: *.ml *.mli
@corebuild -quiet -pkg oUnit test.native
clean:
rm -rf _build
.PHONY: clean