mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
forgotten to adjust make clean due to inclusion of proper fail2ban
This commit is contained in:
parent
61e23f45f7
commit
b8240499b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -17,4 +17,4 @@ install:: all
|
|||
# cp log4py.py $(DESTDIR)/usr/lib/fail2ban/
|
||||
|
||||
clean::
|
||||
rm -rf changelog.gz fail2ban{,.1x} build* `find -iname '*.pyc' `
|
||||
rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `
|
||||
|
|
|
|||
Loading…
Reference in a new issue