index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ci
/
nix
/
VST.nix
blob: 3e2629a0b6a3db9497d734c4ef4f75655ae448a6 (
plain
)
1
2
3
4
5
6
{}:
rec
{
make =
"make IGNORECOQVERSION=true"
;
clean =
"
${
make
}
clean"
;
}