Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
e578ac60
Commit
e578ac60
authored
Feb 28, 2015
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use less unexplainable flags for Coq
parent
f405f944
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.dir-locals.el
.dir-locals.el
+1
-1
Makefile
Makefile
+1
-1
lib/ModuRes/.dir-locals.el
lib/ModuRes/.dir-locals.el
+1
-1
No files found.
.dir-locals.el
View file @
e578ac60
...
@@ -3,6 +3,6 @@
...
@@ -3,6 +3,6 @@
((
coq-mode
((
coq-mode
(
coq-load-path
(
coq-load-path
(
rec
"
lib/ModuRes/"
"ModuRes
"
))))
(
rec
"
."
"_
"
))))
Makefile
View file @
e578ac60
...
@@ -23,7 +23,7 @@ $(call includecmdwithout@,$(COQBIN)coqtop -config)
...
@@ -23,7 +23,7 @@ $(call includecmdwithout@,$(COQBIN)coqtop -config)
# #
# #
##########################
##########################
COQLIBS
?=
-I
.
-R
lib/ModuRes ModuRes
COQLIBS
?=
-I
.
-R
.
_
COQDOCLIBS
?=
-I
lib
COQDOCLIBS
?=
-I
lib
##########################
##########################
...
...
lib/ModuRes/.dir-locals.el
View file @
e578ac60
...
@@ -3,6 +3,6 @@
...
@@ -3,6 +3,6 @@
((
coq-mode
((
coq-mode
(
coq-load-path
(
coq-load-path
(
rec
".
/"
"ModuRes
"
))))
(
rec
".
./../"
"_
"
))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment