Skip to content

Commit 16ea687

Browse files
authored
Delete stale ir_src.json in check-rules (#93)
1 parent 8802f62 commit 16ea687

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ add_custom_target("preprocess-rust-rules" ALL
196196
add_custom_target("check-rules"
197197
COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_unsafe.json" -delete
198198
COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_refcount.json" -delete
199+
COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_src.json" -delete
199200
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target preprocess-cpp-rules
200201
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target preprocess-rust-rules
201202
COMMAND ${CMAKE_COMMAND} -E chdir ${PROJECT_SOURCE_DIR}

0 commit comments

Comments
 (0)