diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-02-15 13:38:56 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-02-15 13:38:56 +0900 |
commit | 0a4a7571d8a20175fc85c6352b17bd0c6a65ee34 (patch) | |
tree | 28960327639de2181bd06626966bc6117d056b96 | |
parent | 7aef3ff544045681ecf7d3a75bc7dd585322e7e4 (diff) | |
parent | 55b9f131bce1176b373f2aa2678303b1302e94df (diff) | |
download | xbyak-0a4a7571d8a20175fc85c6352b17bd0c6a65ee34.tar.gz xbyak-0a4a7571d8a20175fc85c6352b17bd0c6a65ee34.zip |
Merge branch 'patch-1' of https://github.com/Tachi107/xbyak into Tachi107-patch-1
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index ac69b3e..2a4e856 100644 --- a/test/Makefile +++ b/test/Makefile @@ -95,7 +95,7 @@ test: $(MAKE) test_avx512 clean: - rm -rf *.o $(TARGET) lib_run nm.cpp nm_frame make_512 + $(RM) *.asm *.lst *.obj *.o $(TARGET) lib_run nm.cpp nm_frame make_512 lib_run: lib_test.cpp lib_run.cpp lib.h $(CXX) $(CFLAGS) lib_run.cpp lib_test.cpp -o lib_run |