aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-01-16 16:08:16 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2016-01-16 16:08:16 -0500
commitcd3721995eddd65aca6a5d0a6a305830352d5680 (patch)
tree9701446eb033278ebac484e7ce675f05299d75d4
parent78618797b6947a2fcd1a4b68f08e32d8e2b9aa29 (diff)
remove fiat dependency
-rw-r--r--Makefile3
-rw-r--r--README.md6
2 files changed, 4 insertions, 5 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
diff --git a/README.md b/README.md
index fc87a9f0e..b969cb415 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives in Fiat
+Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives
-----
... which would make a good paper title.
To build:
- ln -s <FIAT_DIR> fiat
- (cd fiat && make fiat-core)
+ git clone git@github.mit.edu:plv/bedrock.git
+ ( cd bedrock && $(MAKE) Bedrock/Word.vo )
make