Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jez committed May 18, 2020
1 parent a7cb502 commit 2b8b62a
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 @@ -12,4 +12,4 @@ prefix := $(HOME)/.local
.PHONY: install
install: build
mkdir -p "$(prefix)/bin" && \
install bazel-bin/main/as_tree "$(prefix)/bin/as-tree"
install bazel-bin/src/as_tree "$(prefix)/bin/as-tree"

0 comments on commit 2b8b62a

Please sign in to comment.