aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-22 09:02:13 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-22 09:02:13 +0900
commit3b83aab3e450fb7a96dbb815934442df694e022a (patch)
treefe70532ef3a9a6964f74f3b3de5c1dbf01cfc129
parent8c64bbbc3175e36fa33aee017ad2621797e006d9 (diff)
downloadxbyak-3b83aab3e450fb7a96dbb815934442df694e022a.tar.gz
xbyak-3b83aab3e450fb7a96dbb815934442df694e022a.zip
add detect_x32 to TARGET
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0218407..2b9bd1a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
-TARGET = make_nm normalize_prefix bad_address misc cvt_test cvt_test32 noexception misc32
+TARGET = make_nm normalize_prefix bad_address misc cvt_test cvt_test32 noexception misc32 detect_x32
XBYAK_INC=../xbyak/xbyak.h
UNAME_S=$(shell uname -s)
ifeq ($(shell ./detect_x32),x32)