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.
2 parents c9bc724 + 74691f3 commit f71b3d7Copy full SHA for f71b3d7
jscomp/lib/Makefile
@@ -1,5 +1,6 @@
1
include ../Makefile.shared
2
3
+CAMLC=../bin/osc
4
5
SOURCE_LIST := $(shell cat lib.mllib)
6
@@ -15,7 +16,7 @@ clean::
15
16
rm -f *.annot
17
rm -f *.rawlambda *.lam *.lambda *.map
18
-CAMLC=../bin/osc
19
+
20
.mli.cmi:
21
$(CAMLC) $(INCLUDES) $(COMPFLAGS) -c $<
22
.ml.cmj:
jscomp/release.sh
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
watchman watch-del .
+git clean -dfx
. ./env.sh
. ./build.sh
7
make release
0 commit comments