[script] debugging

This commit is contained in:
tangxifan 2023-05-10 16:05:24 +08:00
parent 196ba1fe7f
commit 83218044f5
1 changed files with 2 additions and 1 deletions

View File

@ -79,8 +79,9 @@ list_cmake_targets: | prebuild
# Show the targets available to be built, which can be specified through ``CMAKE_GOALS`` when compile
cd ${BUILD_DIR} && make help && cd -
all: | checkout compile
all: checkout
# A shortcut command to run checkout and compile in serial
@+${MAKE} compile
format-cpp:
# Format all the C/C++ files under this project, excluding submodules