Skip to content

Commit

Permalink
Fix a bug with the install target for make
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Oct 29, 2024
1 parent e3007c0 commit 25a3690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ install:
fi
$(INSTALL) $(BINARIES) $(DESTDIR)$(bindir)
make -C stx install PREFIX=$(PREFIX) bindir=$(bindir)
mkdir $(DESTDIR)$(bindir)/stx
ln -s ../stxtyper $(DESTDIR)$(bindir)/stx/stxtyper

# amrfinder binaries for github binary release
GITHUB_FILE=amrfinder_binaries_v$(VERSION_STRING)
Expand Down

0 comments on commit 25a3690

Please sign in to comment.