We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f549d commit a325333Copy full SHA for a325333
analysis/Makefile
@@ -5,9 +5,8 @@ build-native:
5
dune build
6
cp _build/install/default/bin/rescript-editor-analysis.exe rescript-editor-analysis.exe
7
8
-dce:
9
- dune build
10
- ../../reanalyze/_build/install/default/bin/reanalyze.exe -dce-cmt _build -suppress vendor
+dce: build-native
+ opam exec reanalyze.exe -- -dce-cmt _build -suppress vendor
11
12
tests/node_modules/.bin/rescript:
13
@cd tests && npm install
0 commit comments