Skip to content

Commit

Permalink
Fixes the make file
Browse files Browse the repository at this point in the history
  • Loading branch information
modlfo committed Sep 8, 2019
1 parent 992de5c commit eeaf896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ else
OCPINDENT = ocp-indent
endif

compiler: version format
$(OCB) src/vultc.native src/vultc.byte

format: $(VULT_SRC)
@$(OCAMLFORMAT) -i --enable-outside-detected-project $(VULT_SRC)
@$(OCPINDENT) -i $(VULT_SRC)

compiler: version format
$(OCB) src/vultc.native src/vultc.byte

js: jscompiler
$(OCB) src/js/vultlib.byte
js_of_ocaml vultlib.byte
Expand Down

0 comments on commit eeaf896

Please sign in to comment.