aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-02-15 13:52:51 +0900
committerMITSUNARI Shigeo <[email protected]>2022-02-15 13:52:51 +0900
commitfbe60e5901c5fefbd2dd1b09ba565dd98920fb21 (patch)
tree418538ce5ab584e6a3d2896ec43a386ef1e96094 /test/Makefile
parent0a4a7571d8a20175fc85c6352b17bd0c6a65ee34 (diff)
downloadxbyak-fbe60e5901c5fefbd2dd1b09ba565dd98920fb21.tar.gz
xbyak-fbe60e5901c5fefbd2dd1b09ba565dd98920fb21.zip
test generates only a.asm
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 2a4e856..1ada398 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -95,7 +95,7 @@ test:
$(MAKE) test_avx512
clean:
- $(RM) *.asm *.lst *.obj *.o $(TARGET) lib_run nm.cpp nm_frame make_512
+ $(RM) a.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