Skip to content

Commit 47fc6d7

Browse files
committed
test: add fixtures/make/extra_makefile to CLEANFILES
1 parent bdf40aa commit 47fc6d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ EXTRA_DIST = completion \
1313
all:
1414
$(MKDIR_P) log tmp
1515

16+
CLEANFILES = \
17+
fixtures/make/extra_makefile
18+
1619
clean-local:
1720
$(RM) -rf log tmp

0 commit comments

Comments
 (0)