X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=53d2a397c25727eccee1e8ad1ec93c21dbf26b4b;hb=b246a2a0589f234db6247255555df98f4c281c41;hp=d569a5fb3b0f7b4d4022f14c7abdfac8045e6911;hpb=3f759a542ce8ba4ffbeb6d336a3557a8abbd3ad4;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index d569a5f..53d2a39 100644 --- a/Makefile +++ b/Makefile @@ -231,6 +231,10 @@ $(foreach algo, $(ALGORITHMS), \ .PHONY: all all: cores +.PHONY: reset +reset: + $(RESETCMD) + .PHONY: cores cores: $(foreach algo, $(ALGORITHMS), $(algo)_OBJ)