]> matita.cs.unibo.it Git - helm.git/blob - helm/EXPORT/exportcsczfc/Makefile
ocaml 3.09 transition
[helm.git] / helm / EXPORT / exportcsczfc / Makefile
1 all: objects theories
2
3 objects:
4         coqc -R csc_zfc csc_zfc csc_zfc/*.v
5         echo "Load Verbose provacsczfc." | ~/V7/bin/coqtop.byte -R csc_zfc csc_zfc
6
7 theories:
8         ./exporttheories.sh
9
10 clean:
11         rm -f *.vo csc_zfc/*.vo