aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)