Skip to content

Commit c6859b0

Browse files
committed
Improved binary_distribution file creation
1 parent d61f728 commit c6859b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ install:
160160

161161
# amrfinder binaries for github binary release
162162
GITHUB_FILE=amrfinder_binaries_v$(VERSION_STRING)
163-
GITHUB_FILES = test_* $(BINARIES)
163+
GITHUB_FILES = test_amrfinder.sh test_*.expected test_*.fa test_*.gff $(BINARIES)
164164
github_binaries:
165165
@if [ ! -e version.txt ]; \
166166
then \

0 commit comments

Comments
 (0)