aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/makefile')
-rw-r--r--Demos/Device/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/makefile b/Demos/Device/makefile
index 7d2b91d86..3ef7809ca 100644
--- a/Demos/Device/makefile
+++ b/Demos/Device/makefile
@@ -14,5 +14,5 @@
# code.
%:
- make -C ClassDriver $@
- make -C LowLevel $@
+ $(MAKE) -C ClassDriver $@
+ $(MAKE) -C LowLevel $@