From 6fa8da4e561ee920f66ece42ce7e937a5399626d Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Mon, 18 Jun 2012 20:36:51 +0000
Subject: Minor makefile fixes - add phony targets, remove silence switch from
 the root makefile and add missing build modules to the ClassDriver
 VirtualSerial device demo.

---
 makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'makefile')

diff --git a/makefile b/makefile
index d533f25ac..898353c0d 100644
--- a/makefile
+++ b/makefile
@@ -17,9 +17,9 @@ all:
 %:
 	@echo Executing \"make $@\" on all LUFA library elements.
 	@echo
-	$(MAKE) -C LUFA $@ -s
-	$(MAKE) -C Demos $@ -s
-	$(MAKE) -C Projects $@ -s
-	$(MAKE) -C Bootloaders $@ -s
+	$(MAKE) -C LUFA $@ 
+	$(MAKE) -C Demos $@
+	$(MAKE) -C Projects $@
+	$(MAKE) -C Bootloaders $@
 	@echo
 	@echo LUFA \"make $@\" operation complete.
-- 
cgit v1.2.3