diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-08-08 15:18:22 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-08-08 15:18:22 +0900 |
commit | 3194db759c0648f38b0aadf18d6cf3398745a58a (patch) | |
tree | b1bcd288c6c39a81d0ac2bb85ad88657986813c6 /Makefile | |
parent | 8322dc2292e2c9026f752454b44895c525866f32 (diff) | |
download | xbyak-3194db759c0648f38b0aadf18d6cf3398745a58a.tar.gz xbyak-3194db759c0648f38b0aadf18d6cf3398745a58a.zip |
refactor gen_code.cpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,3 +15,10 @@ uninstall: rm -i $(INSTALL_DIR)/*.h rmdir $(INSTALL_DIR) +update: + $(MAKE) -C gen + +test: + $(MAKE) -C test test + +.PHONY: test |