Skip to content

Commit eeaf896

Browse files
committed
Fixes the make file
1 parent 992de5c commit eeaf896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ else
1616
OCPINDENT = ocp-indent
1717
endif
1818

19+
compiler: version format
20+
$(OCB) src/vultc.native src/vultc.byte
21+
1922
format: $(VULT_SRC)
2023
@$(OCAMLFORMAT) -i --enable-outside-detected-project $(VULT_SRC)
2124
@$(OCPINDENT) -i $(VULT_SRC)
2225

23-
compiler: version format
24-
$(OCB) src/vultc.native src/vultc.byte
25-
2626
js: jscompiler
2727
$(OCB) src/js/vultlib.byte
2828
js_of_ocaml vultlib.byte

0 commit comments

Comments
 (0)