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
Iris
Iris
Commits
ebb51092
Commit
ebb51092
authored
Aug 19, 2016
by
Ralf Jung
Browse files
fix calling makefile on specific files
parent
bbda866b
Pipeline
#2609
passed with stage
in 4 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ebb51092
# Makefile originally taken from coq-club
%
:
Makefile.coq
%
:
Makefile.coq
phony
+make
-f
Makefile.coq
$@
all
:
Makefile.coq
...
...
@@ -17,4 +17,6 @@ _CoqProject: ;
Makefile
:
;
.PHONY
:
all clean
phony
:
;
.PHONY
:
all clean phony
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