Skip to content

Commit

Permalink
Improved binary_distribution file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Jul 19, 2023
1 parent d61f728 commit c6859b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ install:

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

0 comments on commit c6859b0

Please sign in to comment.