aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-08-08 15:18:22 +0900
committerMITSUNARI Shigeo <[email protected]>2017-08-08 15:18:22 +0900
commit3194db759c0648f38b0aadf18d6cf3398745a58a (patch)
treeb1bcd288c6c39a81d0ac2bb85ad88657986813c6 /Makefile
parent8322dc2292e2c9026f752454b44895c525866f32 (diff)
downloadxbyak-3194db759c0648f38b0aadf18d6cf3398745a58a.tar.gz
xbyak-3194db759c0648f38b0aadf18d6cf3398745a58a.zip
refactor gen_code.cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba5a624..e8f7615 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,10 @@ uninstall:
rm -i $(INSTALL_DIR)/*.h
rmdir $(INSTALL_DIR)
+update:
+ $(MAKE) -C gen
+
+test:
+ $(MAKE) -C test test
+
+.PHONY: test