X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b7f4370c8e01d3e9f4c0eeedc3baeaf4ee227134..0e4ece1d1d5626371059ab00bc502fb05a9df125:/BuildTests/ModuleTest/makefile 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