Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
8559d95c
Commit
8559d95c
authored
Oct 27, 2016
by
Ralf Jung
Browse files
Makefile: hide recursive make calls
parent
be019f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
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