X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=53d2a397c25727eccee1e8ad1ec93c21dbf26b4b;hb=2bd3b1adfac19dfe2ef8eeb1d2f662d34c1a1844;hp=5371022b02c2b3a3f44c9e07b7ff9128f23a666d;hpb=0542221a3e793e4455e84b271b07aa0959d5dfb3;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 5371022..53d2a39 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ all: $(foreach algo, $(ALGORITHMS), $($(algo)_BINOBJ)) #------------------------------------------------------------------------------- define TestBin_TEMPLATE -$(1)_TEST_BIN: $(2) +$(1)_TESTBIN: $(2) endef $(foreach algo, $(ALGORITHMS), $(eval $(call TestBin_TEMPLATE, \ @@ -231,6 +231,10 @@ $(foreach algo, $(ALGORITHMS), \ .PHONY: all all: cores +.PHONY: reset +reset: + $(RESETCMD) + .PHONY: cores cores: $(foreach algo, $(ALGORITHMS), $(algo)_OBJ) @@ -301,7 +305,7 @@ info: @echo " docu - build doxygen documentation" @echo " clean - remove a lot of builded files" @echo " depclean - also remove dependency files" - @echo " *_TEST_BIN - build test program" + @echo " *_TESTBIN - build test program" @echo " *_TESTRUN - run nessie test" @echo " *_OBJ - build algorithm core" @echo " *_FLASH - flash test program"