X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9026dc4f38c30c833bf5d616bd0cc6275ccac12f;hb=a953544ad2ba88da1442608f24add2e602800f17;hp=0eab89b310a03797c45794f64f2789cf30a9095f;hpb=bddd3069b50823af3bc567f073f574dff74d416c;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 0eab89b..9026dc4 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call SIZE_TEMPLATE, $(call lc,$(algo)), define FLASH_TEMPLATE $(1)_FLASH: $(2) @echo "[flash]: $(2)" - $(FLASHCMD)$(call first,$(2)) + @$(FLASHCMD)$(call first,$(2)) endef $(foreach algo, $(ALGORITHMS),$(eval $(call FLASH_TEMPLATE, $(algo), \