herumi / xbyak

A JIT assembler for x86/x64 architectures supporting MMX, SSE (1-4), AVX (1-2, 512), FPU, APX, and AVX10.2
BSD 3-Clause "New" or "Revised" License
2.05k stars 278 forks source link

build(make): fix clean target in test/Makefile #136

Closed Tachi107 closed 2 years ago

Tachi107 commented 2 years ago

.asm, .lst, and .obj files get generated during tests, and they should be cleaned up as well

Nayaco commented 2 years ago

I have received your e-mail.                         Nyanco 33

herumi commented 2 years ago

Thank you for the patch. I've merged it.