]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - Makefile
some testvectors
[avr-crypto-lib.git] / Makefile
index 06b4475ce5af2087ca46fe5092e43152c866c046..c06b398b758b64107bd5874df88cdc13e9edc555 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -204,6 +204,9 @@ docu:
 %.lst: %.elf
        $(OBJDUMP) -h -S $< > $@
 
+%.lst: %.o
+       $(OBJDUMP) -h -S $< > $@
+
 # Rules for building the .text rom images
 
 %.hex: %.elf