X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1132488e8f80b43473ce4e53db9dd8ce12e87e13..f5c155cf057d286b435f4dbf0cba98fc37dd87b7:/BuildTests/ModuleTest/makefile?ds=sidebyside diff --git a/BuildTests/ModuleTest/makefile b/BuildTests/ModuleTest/makefile index fafdbc0bf..7706ca616 100644 --- a/BuildTests/ModuleTest/makefile +++ b/BuildTests/ModuleTest/makefile @@ -13,6 +13,9 @@ # application. all: + @echo Executing build test "ModuleTest". + @echo + $(MAKE) -f makefile.avr8 clean $(MAKE) -f makefile.avr8 @@ -22,6 +25,9 @@ all: $(MAKE) -f makefile.uc3 clean $(MAKE) -f makefile.uc3 + @echo Build test "ModuleTest" complete. + @echo + clean: $(MAKE) -f makefile.avr8 clean $(MAKE) -f makefile.xmega clean