Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bsansouci committed May 20, 2017
1 parent 28ddebe commit 2d77405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
# ocamlbuild.
# Docs: https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc

test:
rebuild -use-ocamlfind src/ReasonNativeProject.byte

build:
rebuild -use-ocamlfind src/index.native
rebuild -use-ocamlfind src/ReasonNativeProject.cma
rebuild -use-ocamlfind src/ReasonNativeProject.cmxa

# some boilerplate to publish a new version to GitHub
release:
Expand All @@ -15,6 +19,6 @@ release:
git push "[email protected]:reasonml/ReasonNativeProject.git" tag $(version)

clean:
rm -rf _build index.native
rm -rf _build ReasonNativeProject.native

.PHONY: build release
File renamed without changes.

0 comments on commit 2d77405

Please sign in to comment.