mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:03:46 +01:00
remove gcno and gcda files
This commit is contained in:
parent
22b7914665
commit
c39c81c3d6
@ -46,7 +46,7 @@ ${PROJECT}: options ${OBJECTS}
|
||||
${OBJECTS}: ../config.mk
|
||||
|
||||
clean:
|
||||
$(QUIET)rm -rf ${OBJECTS} ${PROJECT}
|
||||
$(QUIET)rm -rf ${OBJECTS} ${PROJECT} *.gcno *.gcda
|
||||
|
||||
.PHONY: all options clean debug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user