Files
drg-xmrig/build-validate/CMakeFiles/xmrig-asm.dir/cmake_clean.cmake
DanS 8f711d7c14 Make rx/dragonx the primary algo name (rx/hush kept as alias)
Wire parity with miner113/xmrig: the algo string reported and sent in
submits is now rx/dragonx; rx/hush, randomx/dragonx, dragonx, etc. remain
accepted aliases so existing configs keep working.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 16:53:16 -05:00

12 lines
355 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/xmrig-asm.dir/src/crypto/cn/asm/CryptonightR_template.S.o"
"CMakeFiles/xmrig-asm.dir/src/crypto/cn/asm/cn_main_loop.S.o"
"libxmrig-asm.a"
"libxmrig-asm.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang ASM)
include(CMakeFiles/xmrig-asm.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()