mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
Also clean cache files when doing a make cleandb
This commit is contained in:
3
Makefile
3
Makefile
@ -651,4 +651,5 @@ warcinjector:
|
||||
.PHONY: cleandb
|
||||
cleandb:
|
||||
rm -rf coll.main.?
|
||||
rm -f *-saved.dat spiderproxystats.dat addsinprogress.dat
|
||||
rm -f *-saved.dat spiderproxystats.dat addsinprogress.dat robots.txt.cache dns.cache
|
||||
|
||||
|
Reference in New Issue
Block a user