summaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rwxr-xr-xcoq2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq b/coq
index 1f6bf5f..b110c54 100755
--- a/coq
+++ b/coq
@@ -1,4 +1,4 @@
#!/bin/sh
# Start coqide with the right -I options
-exec coqide -I lib -I common -I backend -I cfrontend "$@"
+coqide -I lib -I common -I backend -I cfrontend $1 && make ${1}o