aboutsummaryrefslogtreecommitdiffhomepage
path: root/gen/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-08-09 15:40:35 +0900
committerMITSUNARI Shigeo <[email protected]>2017-08-09 15:40:35 +0900
commit7553c58031b8d98d46c2fae6fbe70e1c35e104f6 (patch)
treed2b72d2dcb629882dd9472098e6580a3dab61695 /gen/Makefile
parent87a426d04810d33c2fc117458b72c264495e6577 (diff)
downloadxbyak-7553c58031b8d98d46c2fae6fbe70e1c35e104f6.tar.gz
xbyak-7553c58031b8d98d46c2fae6fbe70e1c35e104f6.zip
change layout of type
Diffstat (limited to 'gen/Makefile')
-rw-r--r--gen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/Makefile b/gen/Makefile
index 84e3f3b..53d1a94 100644
--- a/gen/Makefile
+++ b/gen/Makefile
@@ -4,9 +4,9 @@ CFLAGS=-I../ -O2 -DXBYAK_NO_OP_NAMES -Wall -Wextra -Wno-missing-field-initialize
all: $(TARGET)
sortline: sortline.cpp
$(CXX) $(CFLAGS) $< -o $@
-gen_code: gen_code.cpp ../xbyak/xbyak.h
+gen_code: gen_code.cpp ../xbyak/xbyak.h avx_type.hpp
$(CXX) $(CFLAGS) $< -o $@
-gen_avx512: gen_avx512.cpp ../xbyak/xbyak.h
+gen_avx512: gen_avx512.cpp ../xbyak/xbyak.h avx_type.hpp
$(CXX) $(CFLAGS) $< -o $@
$(TARGET): $(BIN)