This repository was archived by the owner on Jun 15, 2023. It is now read-only.
File tree 5 files changed +7
-39
lines changed 5 files changed +7
-39
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,7 @@ node_modules
4
4
* .cm *
5
5
* .o
6
6
* .s
7
- lib /bs
8
- lib /rescript.exe
9
- lib /refmt.exe
10
- lib /test.exe
11
- lib /bench.exe
12
- lib /Rescript2.ml
13
- lib /rescript.ml
7
+ lib /*
8
+ ! lib /README.md
14
9
.vscode /settings.json
15
10
# each person has its own preferences
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ build-native: lib/refmt.exe lib/rescript.exe depend
51
51
52
52
bootstrap : build-native
53
53
ocaml unix.cma ./scripts/bspack.ml -bs-main Res_cli -I src -o ./lib/rescript.ml
54
- ./lib/rescript.exe -parse ml -print ns ./lib/Rescript .ml > ./lib/Rescript2 .ml
55
- $(OCAMLOPT ) -w a -pp " ./lib/rescript.exe -print binary" -O2 -o ./lib/rescript2.exe -I +compiler-libs ocamlcommon.cmxa -I lib ./lib/Rescript2 .ml
54
+ ./lib/rescript.exe -parse ml -print ns ./lib/rescript .ml > ./lib/rescript2 .ml
55
+ $(OCAMLOPT ) -w a -pp " ./lib/rescript.exe -print binary" -O2 -o ./lib/rescript2.exe -I +compiler-libs ocamlcommon.cmxa -I lib ./lib/rescript2 .ml
56
56
mv ./lib/rescript2.exe ./lib/rescript.exe
57
57
58
58
lib/refmt.exe : vendor/refmt_main3.ml
@@ -84,14 +84,5 @@ reanalyze: build-native lib/test.exe
84
84
./node_modules/.bin/reanalyze -all-cmt . -suppress tests -suppress benchmarks
85
85
86
86
clean :
87
- rm -rf src/* .cm*
88
- rm -rf src/* .o
89
- rm -rf tests/* .cm*
90
- rm -rf tests/* .o
91
- rm -rf benchmarks/* .cm*
92
- rm -rf benchmarks/* .o
93
- rm -rf lib/bench.exe
94
- rm -rf lib/rescript.exe
95
- rm -rf lib/test.exe
96
- git clean -dfx src
87
+ git clean -dfx src benchmarks lib tests
97
88
.PHONY : clean test roundtrip-test termination dce exception reanalyze bootstrap build-native
Original file line number Diff line number Diff line change
1
+ We store a few dev-time binaries here.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rescript-syntax" ,
3
- "version" : " 0.0.8-dev " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " " ,
5
5
"main" : " Napkinscript.ml" ,
6
- "bin" : {
7
- "napkinscript" : " ./lib/napkinscript.exe"
8
- },
9
6
"dependencies" : {},
10
7
"devDependencies" : {
11
8
"jest" : " ^24.9.0" ,
You can’t perform that action at this time.
0 commit comments