From 718c852b530aab5c505db7d7ab0fb8d8edd6e10a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 26 Jun 2017 15:54:38 -0400 Subject: Drop the two slowest files from the lite target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 64c5a6394..b5b0a1f79 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ $(VOFILES): | coqprime UNMADE_VOFILES := src/SpecificGen/% src/Specific/%Display.vo # add files to this list to prevent them from being built as final # targets by the "lite" target -LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo src/Specific/Karatsuba.vo +LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo src/Specific/Karatsuba.vo src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256.vo src/Specific/X25519/C64/ladderstep.vo CURVES_PROOFS_PRE_VOFILES := $(filter src/Curves/%Proofs.vo,$(VOFILES)) NO_CURVES_PROOFS_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo -- cgit v1.2.3