Makefile rule for indenting code
This commit is contained in:
parent
6de6406398
commit
4901986d80
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -2,6 +2,9 @@
|
|||
main:
|
||||
ocamlbuild ftest.native
|
||||
|
||||
format:
|
||||
ocp-indent --inplace src/*
|
||||
|
||||
clean:
|
||||
rm -rf _build/
|
||||
rm ftest.native
|
||||
|
|
Loading…
Reference in a new issue