Skip to content

Commit f71b3d7

Browse files
committed
Merge pull request #86 from bloomberg/fix_build
tweak build
2 parents c9bc724 + 74691f3 commit f71b3d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jscomp/lib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include ../Makefile.shared
22

3+
CAMLC=../bin/osc
34

45
SOURCE_LIST := $(shell cat lib.mllib)
56

@@ -15,7 +16,7 @@ clean::
1516
rm -f *.annot
1617
rm -f *.rawlambda *.lam *.lambda *.map
1718

18-
CAMLC=../bin/osc
19+
1920
.mli.cmi:
2021
$(CAMLC) $(INCLUDES) $(COMPFLAGS) -c $<
2122
.ml.cmj:

jscomp/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22
set -e
33
watchman watch-del .
4+
git clean -dfx
45
. ./env.sh
56
. ./build.sh
67
make release

0 commit comments

Comments
 (0)