aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21c43fc28..c770382da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-COQ_ARGS := -R fiat/src Fiat -R bedrock/Bedrock Bedrock
+COQ_ARGS := -R bedrock/Bedrock Bedrock
MOD_NAME := Crypto
SRC_DIR := src
MODULES := Curves Galois Rep Specific Tactics Util
@@ -20,6 +20,5 @@ clean: Makefile.coq
install: coq
ln -sfL $(shell pwd)/src $(shell coqtop -where)/user-contrib/Crypto
- ln -sfL $(shell pwd)/fiat/src $(shell coqtop -where)/user-contrib/Fiat
ln -sfL $(shell pwd)/bedrock/Bedrock $(shell coqtop -where)/user-contrib/Bedrock