X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=c8a52b71ade627ff58bdfad1532b217d72a4960f;hb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;hp=09457bec100e72b4547c7a8b9fa95e8e7f118c80;hpb=96ebafd201c9e8441c7677577b24aa402c1defc6;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 09457be..c8a52b7 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ PRG = remove_me #------------------------------------------------------------------------------- +all: $(foreach algo, $(ALGORITHMS), $(algo)_OBJ) + +#------------------------------------------------------------------------------- + define BLA_TEMPLATE2 $(2): $(3) @echo "[gcc]: $$@" @@ -151,11 +155,6 @@ $(foreach algo, $(ALGORITHMS),$(eval $(call FLASH_TEMPLATE, $(algo), \ $(patsubst %.o,%.hex,$(firstword $($(algo)_TEST_BIN)))) )) #------------------------------------------------------------------------------- - -.PHONY: all -all: $(foreach algo, $(ALGORITHMS), $(algo)_OBJ) -#all: $(PRG).elf lst text eeprom - .PHONY: clean clean: