Skip to content
Snippets Groups Projects
Commit bc20368f authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

Don't re-generate _CoqProject in create_makefile.sh

No need to re-generate an unchanging file from scratch.
parent 525c94c8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
/html
*.aux
Makefile*
_CoqProject
*.crashcoqide
*.v#
*.cache
......
-R . rt -arg "-w -notation-overriden,-parsing"
......@@ -14,10 +14,6 @@ do
shift
done
# Include rt-proofs library in _CoqProject.
# (For Coq versions >= 8.6, remove spurious warnings.)
echo -R . rt -arg \"-w -notation-overriden,-parsing\" > _CoqProject
# Compile all *.v files
if [ "yes" == "$SKIP_CLASSIC" ]
then
......
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