aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile
index d3eccd7c9..707188cf9 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -20,6 +20,9 @@ all:
$(MAKE) -C Benito clean
$(MAKE) -C Benito all
+ $(MAKE) -C HIDReportViewer clean
+ $(MAKE) -C HIDReportViewer all
+
$(MAKE) -C LEDNotifier clean
$(MAKE) -C LEDNotifier all
@@ -53,6 +56,7 @@ all:
%:
$(MAKE) -C AVRISP-MKII $@
$(MAKE) -C Benito $@
+ $(MAKE) -C HIDReportViewer $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@