aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualRole/ClassDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/DualRole/ClassDriver/makefile')
-rw-r--r--Demos/DualRole/ClassDriver/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile
index 3f36b4202..98d7a6807 100644
--- a/Demos/DualRole/ClassDriver/makefile
+++ b/Demos/DualRole/ClassDriver/makefile
@@ -14,8 +14,8 @@
# code.
all:
- make -C MouseHostDevice clean
- make -C MouseHostDevice all
+ $(MAKE) -C MouseHostDevice clean
+ $(MAKE) -C MouseHostDevice all
%:
- make -C MouseHostDevice $@
+ $(MAKE) -C MouseHostDevice $@