aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2017-05-14 18:35:29 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2017-05-14 18:35:29 -0400
commitb59f62e633da3ece4bff29823b6d19e79c3e3714 (patch)
tree845a5b6554c698d4b586b518425aaa880423812e /Makefile
parent8bade36d3e2162e6acacd5f057fe6b106f49a637 (diff)
specialize squaring earlier
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d4020efb..78cd3cce2 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ $(DISPLAY_JAVA_VO:.vo=.log) : %JavaDisplay.log : %.vo %JavaDisplay.v src/Compile
$(SHOW)"COQC $*JavaDisplay > $@"
$(HIDE)$(COQC) $(COQDEBUG) $(COQFLAGS) $*JavaDisplay.v > $@.tmp && mv -f $@.tmp $@
-src/Specific/x25519_c64.c: src/Specific/x25519_c64.c.sh src/Specific/IntegrationTestMulDisplay.log
+src/Specific/x25519_c64.c: src/Specific/x25519_c64.c.sh src/Specific/IntegrationTestLadderstepDisplay.log src/Specific/IntegrationTestMulDisplay.log src/Specific/IntegrationTestSquareDisplay.log
bash src/Specific/x25519_c64.c.sh > src/Specific/x25519_c64.c
clean::