diff options
Diffstat (limited to 'Makefile.contrib')
| -rw-r--r-- | Makefile.contrib | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.contrib b/Makefile.contrib new file mode 100644 index 0000000000..2e3ed94c53 --- /dev/null +++ b/Makefile.contrib @@ -0,0 +1,13 @@ +.PHONY: contrib-all contrib-hott contrib-math-comp + +contrib-all: contrib-hott contrib-math-comp + +# TODO Do generic rule +contrib-hott: + ./tools/ci/contrib-hott.sh + +contrib-math-comp: + ./tools/ci/contrib-math-comp.sh + +contrib-compcert: + ./tools/ci/contrib-compcert.sh |
