|
From: Kouhei S. <nul...@cl...> - 2014-01-25 15:20:11
|
Kouhei Sutou 2014-01-26 00:19:51 +0900 (Sun, 26 Jan 2014) New Revision: cffe06ac801b49b81d87665ddf57c63d79bfa6e4 https://github.com/clear-code/cutter/commit/cffe06ac801b49b81d87665ddf57c63d79bfa6e4 Message: Remove auto generated files by 'make clean' Modified files: cutter/Makefile.am Modified: cutter/Makefile.am (+4 -1) =================================================================== --- cutter/Makefile.am 2014-01-26 00:19:40 +0900 (659828a) +++ cutter/Makefile.am 2014-01-26 00:19:51 +0900 (964d0bf) @@ -8,7 +8,10 @@ AM_CFLAGS = \ $(CUTTER_CFLAGS) \ $(COVERAGE_CFLAGS) -CLEANFILES = *.gcno *.gcda +CLEANFILES = \ + *.gcno \ + *.gcda \ + *.gcov lib_LTLIBRARIES = libcutter.la |