We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ddebe commit 2d77405Copy full SHA for 2d77405
Makefile
@@ -2,8 +2,12 @@
2
# ocamlbuild.
3
# Docs: https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc
4
5
+test:
6
+ rebuild -use-ocamlfind src/ReasonNativeProject.byte
7
+
8
build:
- rebuild -use-ocamlfind src/index.native
9
+ rebuild -use-ocamlfind src/ReasonNativeProject.cma
10
+ rebuild -use-ocamlfind src/ReasonNativeProject.cmxa
11
12
# some boilerplate to publish a new version to GitHub
13
release:
@@ -15,6 +19,6 @@ release:
15
19
git push "git@github.com:reasonml/ReasonNativeProject.git" tag $(version)
16
20
17
21
clean:
18
- rm -rf _build index.native
22
+ rm -rf _build ReasonNativeProject.native
23
24
.PHONY: build release
src/index.re src/ReasonNativeProject.resrc/index.re renamed to src/ReasonNativeProject.re
0 commit comments