We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fe4a2 commit 39eddebCopy full SHA for 39eddeb
2 files changed
Makefile
@@ -14,7 +14,6 @@ release:
14
git push "git@github.com:reasonml/ReasonNativeProject.git" tag $(version)
15
16
clean:
17
- rm -rf _build
18
- rm index.native
+ rm -rf _build index.native
19
20
.PHONY: build release
test-with-version.sh
@@ -10,5 +10,5 @@ eval `opam config env`
10
opam update
11
opam pin add -y ReasonNativeProject .
12
make
13
-./test.native
+./index.native
git diff --exit-code
0 commit comments