Rename src/open_default_files.py → src/default_files.py

This commit is contained in:
Juhani Krekelä 2018-09-01 22:05:45 +03:00
parent 2a1ed46ddd
commit aee9cec62e
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SSHWOT_EXPORT_KNOWN_HOSTS_MAIN:=src/main-export-known-hosts.py
SSHWOT_EXPORT_KNOWN_HOSTS_DEPS:=src/entry.py src/hashing.py src/process_known_hosts.py src/write_file.py
SSHWOT_FILTER_MAIN:=src/main-filter.py
SSHWOT_FILTER_DEPS:=src/entry.py src/hashing.py src/open_default_files.py src/read_file.py src/write_file.py
SSHWOT_FILTER_DEPS:=src/entry.py src/hashing.py src/default_files.py src/read_file.py src/write_file.py
all: $(BINS)