X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5ee8068f2c11b1f717341ca0fc7650cdf8e7af0d..2e6370a6b9a4893d686a8beba603b12be0376ea6:/Projects/makefile 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 $@