Skip to content

Commit 2d77405

Browse files
committed
Fix build
1 parent 28ddebe commit 2d77405

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
# ocamlbuild.
33
# Docs: https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc
44

5+
test:
6+
rebuild -use-ocamlfind src/ReasonNativeProject.byte
7+
58
build:
6-
rebuild -use-ocamlfind src/index.native
9+
rebuild -use-ocamlfind src/ReasonNativeProject.cma
10+
rebuild -use-ocamlfind src/ReasonNativeProject.cmxa
711

812
# some boilerplate to publish a new version to GitHub
913
release:
@@ -15,6 +19,6 @@ release:
1519
git push "git@github.com:reasonml/ReasonNativeProject.git" tag $(version)
1620

1721
clean:
18-
rm -rf _build index.native
22+
rm -rf _build ReasonNativeProject.native
1923

2024
.PHONY: build release
File renamed without changes.

0 commit comments

Comments
 (0)