X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=Makefile;h=830d5e79d259f13921d93afd5a7d416de0900463;hp=75876cfb8a26567a6aeabdcf40f2c586d356021a;hb=17332291e15183d71d88ed868275e3cb53917180;hpb=ba3a6079e5184898daed9b3cd67e453a0fc5e637 diff --git a/Makefile b/Makefile index 75876cf..830d5e7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Makefile for the micro-crypt project +# Makefile for the AVR-Crypto-Lib project # author: Daniel Otte BLOCK_CIPHERS := @@ -65,7 +65,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call MAIN_OBJ_TEMPLATE, \ help: info info: - @echo "infos on micro-crypt:" + @echo "infos on AVR-Crypto-lib:" @echo " block ciphers:" @echo " $(BLOCK_CIPHERS)" @echo " stream ciphers:"