Ensure build tests use the system provided $(MAKE) variable to determine the command...
[pub/USBasp.git] / Demos / DualRole / ClassDriver / makefile
index a969ca8..28e06a3 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
+#     Copyright (C) Dean Camera, 2012.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
@@ -14,9 +14,8 @@
 # code.
 
 all:
-       $(MAKE) -C MouseHostDevice clean
-       $(MAKE) -C MouseHostDevice all
+       $(MAKE) -s -C MouseHostDevice clean all
 
 %:
-       $(MAKE) -C MouseHostDevice $@
+       $(MAKE) -s -C MouseHostDevice $@