aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-02-26 22:04:40 +0900
committerMITSUNARI Shigeo <[email protected]>2017-02-26 22:04:40 +0900
commit0392f05cc82d59c6a7c279b3a5670912c2e629e5 (patch)
treebf4f378a91de085b21de4f6fcd4f7b63e799277d
parentb7ae2f8e82e59ade941bdb4685e9b07a569a33ea (diff)
parente12fe06587557a640b70b00dace59b10693e39ab (diff)
downloadxbyak-0392f05cc82d59c6a7c279b3a5670912c2e629e5.tar.gz
xbyak-0392f05cc82d59c6a7c279b3a5670912c2e629e5.zip
Merge commit 'e12fe06'
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 13012ad..ba5a624 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@ PREFIX=/usr/local
INSTALL_DIR=$(PREFIX)/include/xbyak
all:
- make -C sample
+ $(MAKE) -C sample
clean:
- make -C sample clean
+ $(MAKE) -C sample clean
install:
mkdir -p $(INSTALL_DIR)