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
8559d95c
Commit
8559d95c
authored
Oct 27, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: hide recursive make calls
parent
be019f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
8559d95c
# Makefile originally taken from coq-club
%
:
Makefile.coq phony
+make
-f
Makefile.coq
$@
+
@
make
-f
Makefile.coq
$@
all
:
Makefile.coq
+make
-f
Makefile.coq all
+
@
make
-f
Makefile.coq all
clean
:
Makefile.coq
+make
-f
Makefile.coq clean
+
@
make
-f
Makefile.coq clean
rm
-f
Makefile.coq
Makefile.coq
:
_CoqProject Makefile
...
...
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