Skip to content

Commit 3debecd

Browse files
author
Felipe Zimmerle
committed
Better cleanup while running make clean
1 parent 7cd979d commit 3debecd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Makefile.am

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ MAINTAINERCLEANFILES = \
1212
modsec-shared-collections-lock
1313

1414
CLEANFILES = \
15-
t/logs \
16-
t/conf
15+
t/logs/* \
16+
t/htdocs/index.html \
17+
t/conf/extra.conf \
18+
t/conf/apache_test_config.pm \
19+
t/conf/httpd.conf \
20+
src/*.lo \
21+
src/*.slo
22+
23+
CLEANDIRECTORIES = \
24+
t/logs
1725

1826

1927
all:

0 commit comments

Comments
 (0)