소스 검색

Remove generated .rec files on make clean

Samuel Thibault 7 년 전
부모
커밋
ff03235ebe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Makefile.am

+ 1 - 1
tests/Makefile.am

@@ -76,7 +76,7 @@ EXTRA_DIST =					\
 	model-checking/starpu-mc.sh.in
 
 CLEANFILES = 					\
-	*.gcno *.gcda *.linkinfo core starpu_idle_microsec.log *.mod *.png *.output
+	*.gcno *.gcda *.linkinfo core starpu_idle_microsec.log *.mod *.png *.output tasks.rec perfs.rec perfs2.rec
 
 BUILT_SOURCES =
 SUBDIRS =