Skip to content

Commit c2cacd7

Browse files
author
Hongbo Zhang
committed
snapshot and clean up
1 parent f55ed4a commit c2cacd7

File tree

7 files changed

+22412
-21245
lines changed

7 files changed

+22412
-21245
lines changed

jscomp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ release:snapshot
3737
# Carefully check the stored data if it is platform independent
3838

3939
./bin/ocaml_pack: ./bin/ocaml_pack.mli ./bin/ocaml_pack.ml
40-
$(NATIVE) -w -a -I bin -I +compiler-libs ocamlcommon.cmxa unix.cmxa ./bin/ocaml_pack.mli ./bin/ocaml_pack.ml -o $@
40+
$(NATIVE) -w -a -I bin -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@
4141

4242
snapshot: ./bin/ocaml_pack snapshotcmj
4343
$(MAKE) snapshotml

0 commit comments

Comments
 (0)