summaryrefslogtreecommitdiff
path: root/coq
blob: b110c54fcf7a846fb3cfa8c114e467ce2c86b15b (plain)
1
2
3
4
#!/bin/sh
# Start coqide with the right -I options

coqide -I lib -I common -I backend -I cfrontend $1 && make ${1}o