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
pwmt
zathura
Commits
377ceafd
Commit
377ceafd
authored
Feb 09, 2012
by
Sebastian Ramacher
Browse files
Call make via ${MAKE}
parent
03a088b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
377ceafd
...
...
@@ -88,8 +88,8 @@ doc: clean
$(QUIET)
doxygen Doxyfile
gcov
:
clean
$(QUIET)CFLAGS
=
"
${CFLAGS}
-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"
${LDFLAGS}
-fprofile-arcs"
$
(
MAKE
)
$(PROJECT)
$(QUIET)
make
-C
tests
$(QUIET)CFLAGS
=
"
${CFLAGS}
-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"
${LDFLAGS}
-fprofile-arcs"
$
{
MAKE
}
$(PROJECT)
$(QUIET)
${MAKE}
-C
tests
$(QUIET)
lcov
--directory
.
--capture
--output-file
$(PROJECT)
.info
$(QUIET)
genhtml
--output-directory
gcov
$(PROJECT)
.info
...
...
Write
Preview
Supports
Markdown
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