[Cryptech-Commits] [user/sra/aes_merged] 07/45: Removed obsolete target.
git at cryptech.is
git at cryptech.is
Wed Jan 9 16:32:24 UTC 2019
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/aes_merged.
commit 994090df2be75e6869cf953acbb88b6c01e10c98
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: 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