diff --git a/Makefile.toml b/Makefile.toml index 6db1dbb604b12..504ff88a33d5a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -676,7 +676,7 @@ if [[ $ENABLE_COREDUMP == "true" ]]; then fi set -x -target/${BUILD_MODE_DIR}/risedev-dev ${@} +target/debug/risedev-dev ${@} ''' [tasks.kill-risedev]