summaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-04 15:38:29 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-04 15:38:29 +0000
commit6b798d8fd6f69e2bc314bf85e8324a67a878af1a (patch)
treef94828f66a9d2f6cff6333f9843c4ab942f37370 /coq
parenta7c6cf8d4d59e29ed73f9eb8bfc015b0384672a1 (diff)
Convenience command
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@74 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'coq')
-rwxr-xr-xcoq4
1 files changed, 4 insertions, 0 deletions
diff --git a/coq b/coq
new file mode 100755
index 0000000..1f6bf5f
--- /dev/null
+++ b/coq
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Start coqide with the right -I options
+
+exec coqide -I lib -I common -I backend -I cfrontend "$@"