add .bin files to target
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Mon, 20 Mar 2023 09:50:44 +0000 (09:50 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Mon, 20 Mar 2023 09:50:44 +0000 (09:50 +0000)
crypto/chacha20/Makefile

index 2f9cfb4e6d31c24c29fa53d4659a65103b9a90d8..0598b1cd9aa93a2d91ab677bbb79b0ae5cd4f4a0 100644 (file)
@@ -36,7 +36,7 @@ $(BINDIR)/%.bin: $(BINDIR)/%.elf
 .PHONY: all clean remove
 all: ${TARGET}
 
-$(TARGET): $(OBJECTS) $(SVP64OBJECTS) $(ELFFILES)
+$(TARGET): $(OBJECTS) $(SVP64OBJECTS) $(ELFFILES) $(BINFILES)
        $(CC) -o $@ $(OBJECTS) $(LDFLAGS)
 
 clean: