X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=4e67726fcbda07907265ee19183057f2dbe36f22;hb=d76de75d0571bc4453c262ea529692a735441372;hp=89f89134bca8ff792554eca5f59379083b521c14;hpb=3c995d0a8faeb9d37927d48e20fc45d839e066ea;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 89f8913..4e67726 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ -PRG = cast5 +PRG = md5 # cryptotest -OBJ = main-cast5-test.o debug.o uart.o serial-tools.o cast5.o +OBJ = main-md5-test.o debug.o uart.o serial-tools.o md5.o +# main-cast5-test.o debug.o uart.o serial-tools.o cast5.o # main.o debug.o uart.o serial-tools.o sha256-asm.o xtea-asm.o arcfour-asm.o prng.o cast5.o MCU_TARGET = atmega32 OPTIMIZE = -Os