[Cryptech-Commits] [staging/core/cipher/aes] 07/08: Removed	obsolete target.
    git at cryptech.is 
    git at cryptech.is
       
    Tue Mar 17 13:08:59 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository staging/core/cipher/aes.
commit 994090df2be75e6869cf953acbb88b6c01e10c98
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri Nov 28 11:55:20 2014 +0100
    Removed obsolete target.
---
 toolruns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolruns/Makefile b/toolruns/Makefile
index 3d4decf..e37b2e0 100755
--- a/toolruns/Makefile
+++ b/toolruns/Makefile
@@ -53,7 +53,7 @@ TB_DECIPHER_SRC =../src/tb/tb_aes_decipher_block.v
 CC=iverilog
 
 
-all: top.sim core.sim core keymem.sim encipher.sim decipher.sim
+all: top.sim core.sim keymem.sim encipher.sim decipher.sim
 
 top.sim: $(TB_TOP_SRC) $(TOP_SRC)
 	$(CC) -o top.sim $(TB_TOP_SRC) $(TOP_SRC)
    
    
More information about the Commits
mailing list