Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.

This commit is contained in:
Dean Camera 2011-06-19 04:47:53 +00:00
parent 5ee8068f2c
commit 2e6370a6b9
9 changed files with 1644 additions and 2 deletions

View file

@ -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 $@