mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:13:47 +01:00
Call make via ${MAKE}
This commit is contained in:
parent
03a088b088
commit
377ceafd63
4
Makefile
4
Makefile
@ -88,8 +88,8 @@ doc: clean
|
|||||||
$(QUIET)doxygen Doxyfile
|
$(QUIET)doxygen Doxyfile
|
||||||
|
|
||||||
gcov: clean
|
gcov: clean
|
||||||
$(QUIET)CFLAGS="${CFLAGS}-fprofile-arcs -ftest-coverage" LDFLAGS="${LDFLAGS} -fprofile-arcs" $(MAKE) $(PROJECT)
|
$(QUIET)CFLAGS="${CFLAGS}-fprofile-arcs -ftest-coverage" LDFLAGS="${LDFLAGS} -fprofile-arcs" ${MAKE} $(PROJECT)
|
||||||
$(QUIET)make -C tests
|
$(QUIET)${MAKE} -C tests
|
||||||
$(QUIET)lcov --directory . --capture --output-file $(PROJECT).info
|
$(QUIET)lcov --directory . --capture --output-file $(PROJECT).info
|
||||||
$(QUIET)genhtml --output-directory gcov $(PROJECT).info
|
$(QUIET)genhtml --output-directory gcov $(PROJECT).info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user