Skip to content
Snippets Groups Projects
Commit 8aba9203 authored by Arthur Correnson's avatar Arthur Correnson
Browse files

[ieee/coq] add a _CoqProject & a Makefile

parent 56178d1c
No related branches found
No related tags found
1 merge request!16Fp/ieee
......@@ -15,3 +15,16 @@ why3shapes.gz
# dependencies (remove it later & use submodules instead ?)
dolmen/
farith/
# coq artifacts
**/*.vo
**/*.vok
**/*.glob
**/*.lia.cache
**/*.aux
**/*.vk
**/.CoqMakefile.d
**/*.vos
**/CoqMakefile
**/CoqMakefile.conf
include CoqMakefile
CoqMakefile:
coq_makefile -f _CoqProject -o CoqMakefile
\ No newline at end of file
-R ./ Finterval
./Finterval.v
./Fauto.v
./Futils.v
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment