Initial Commit
This commit is contained in:
10
ocaml/bob/Makefile
Normal file
10
ocaml/bob/Makefile
Normal 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
|
Reference in New Issue
Block a user