Skip to content

Commit

Permalink
Add install path
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Aug 9, 2024
1 parent d62fadc commit dc1903f
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 @@ -114,7 +114,7 @@ install:
then \
mkdir -p $(DESTDIR)$(bindir); \
fi
$(INSTALL) $(BINARIES) $(DATABASE) $(DESTDIR)$(bindir)
$(INSTALL) $(BINARIES) $(DATABASE) test_stxtyper.sh $(DESTDIR)$(bindir)

# stxtyper binaries for github binary release
GITHUB_FILE=stxtyper_v$(VERSION_STRING)_$(ARCH)_$(OS)
Expand Down

0 comments on commit dc1903f

Please sign in to comment.