X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2413d114b702f23427fe7cffc7e1529693e50e01..04feb435edd50d00a7531f8be367f43ab126c7ba:/Maintenance/makefile diff --git a/Maintenance/makefile b/Maintenance/makefile index 9fe1b6a0e..d147839a0 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -24,7 +24,7 @@ upgrade-doxygen: # Make all possible bootloaders for all targets and configurations as set by the BootloaderTest build test # and store them in a separate directory called "Bootloaders" -make_bootloaders: +bootloaders: @echo "build_bootloaders:" > BuildMakefile @printf "\t-mkdir Bootloaders 2>/dev/null\n\n" >> BuildMakefile @@ -79,4 +79,4 @@ validate-branch: validate-release: check-documentation-placeholders validate-branch -.PHONY: all upgrade-doxygen make_bootloaders check-documentation-placeholders validate-branch \ No newline at end of file +.PHONY: all upgrade-doxygen bootloaders check-documentation-placeholders validate-branch