Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
66904606
Commit
66904606
authored
Jun 07, 2016
by
Ralf Jung
Browse files
hack makefile to fix coqchk invocation
parent
6405ebbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
66904606
# Makefile originally taken from coq-club
%
:
Makefile.coq
+make
-f
Makefile.coq
$@
all
:
Makefile.coq
+make
-f
Makefile.coq all
...
...
@@ -6,10 +10,11 @@ clean: Makefile.coq
+make
-f
Makefile.coq clean
rm
-f
Makefile.coq
Makefile.coq
:
_CoqProject
coq_makefile
-f
_CoqProject
-o
Makefile.coq
Makefile.coq
:
_CoqProject
Makefile
coq_makefile
-f
_CoqProject
|
sed
's/$
$(COQCHK)
$
$(COQCHKFLAGS)
$
$(COQLIBS)
/$
$(COQCHK)
$
$(COQCHKFLAGS)
$
$(
subst
-Q,-R,$
$(COQLIBS)
)
/'
>
Makefile.coq
%
:
Makefile.coq
+make
-f
Makefile.coq
$@
_CoqProject
:
;
Makefile
:
;
.PHONY
:
all clean
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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