Adding all tracks, I guess
This commit is contained in:
11
ocaml/hello-world/jbuild
Normal file
11
ocaml/hello-world/jbuild
Normal file
@@ -0,0 +1,11 @@
|
||||
(jbuild_version 1)
|
||||
|
||||
(executable
|
||||
((name test)
|
||||
(libraries (base oUnit))
|
||||
))
|
||||
|
||||
(alias
|
||||
((name runtest)
|
||||
(deps (test.exe))
|
||||
(action (run ${<}))))
|
Reference in New Issue
Block a user