Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.
This commit is contained in:
parent
5ee8068f2c
commit
2e6370a6b9
9 changed files with 1644 additions and 2 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue