|
|
@ -68,6 +68,9 @@ clean:
|
|
|
|
.PHONY: fmt
|
|
|
|
.PHONY: fmt
|
|
|
|
fmt:
|
|
|
|
fmt:
|
|
|
|
-dune build @_build/debug/fmt --auto-promote 2>/dev/null
|
|
|
|
-dune build @_build/debug/fmt --auto-promote 2>/dev/null
|
|
|
|
|
|
|
|
tmp=$(mktemp -t 'dune-format'); dune format-dune-file dune-project > tmp; mv -f tmp dune-project
|
|
|
|
|
|
|
|
tmp=$(mktemp -t 'dune-format'); dune format-dune-file ics/dune-project > tmp; mv -f tmp ics/dune-project
|
|
|
|
|
|
|
|
tmp=$(mktemp -t 'dune-format'); dune format-dune-file dune-workspace > tmp; mv -f tmp dune-workspace
|
|
|
|
clang-format -i model/llair_intrinsics.h model/cxxabi.cpp
|
|
|
|
clang-format -i model/llair_intrinsics.h model/cxxabi.cpp
|
|
|
|
${MAKE} -C test fmt
|
|
|
|
${MAKE} -C test fmt
|
|
|
|
|
|
|
|
|
|
|
|