File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
(alias stdlib)
3
3
(targets beam.cma beam.cmi beam.cmo binary.cma binary.cmi binary.cmo
4
4
calendar.cma calendar.cmi calendar.cmo erlang.cma erlang.cmi erlang.cmo
5
- ets.cma ets.cmi ets.cmo io.cma io.cmi io.cmo lists.cma
6
- lists.cmi lists.cmo maps.cma maps.cmi maps.cmo process.cma process.cmi
7
- process.cmo process.erl timer.cma timer.cmi timer.cmo)
5
+ ets.cma ets.cmi ets.cmo io.cma io.cmi io.cmo lists.cma lists.cmi lists.cmo
6
+ maps.cma maps.cmi maps.cmo process.cma process.cmi process.cmo process.erl
7
+ timer.cma timer.cmi timer.cmo)
8
8
(deps ../../bootc.exe)
9
9
(action
10
10
(run %{dep:../../bootc.exe} compile --no-stdlib --target=archive
11
- --target=erlang beam.ml binary.ml calendar.ml erlang.ml ets.ml
12
- io.mli io. ml lists.ml maps.ml process.ml timer.ml)))
11
+ --target=erlang beam.ml binary.ml calendar.ml erlang.ml ets.ml io.mli
12
+ io.ml lists.ml maps.ml process.ml timer.ml)))
13
13
14
14
(install
15
15
(section lib)
You can’t perform that action at this time.
0 commit comments