Skip to content
Snippets Groups Projects
Commit e578ac60 authored by Ralf Jung's avatar Ralf Jung
Browse files

use less unexplainable flags for Coq

parent f405f944
Branches
Tags
No related merge requests found
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
((coq-mode ((coq-mode
(coq-load-path (coq-load-path
(rec "lib/ModuRes/" "ModuRes")))) (rec "." "_"))))
...@@ -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
########################## ##########################
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
((coq-mode ((coq-mode
(coq-load-path (coq-load-path
(rec "./" "ModuRes")))) (rec "../../" "_"))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment