Skip to content

Commit

Permalink
build: make install mkdir before mv
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed May 18, 2024
1 parent 471d329 commit 056820f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build: $(BINARIES)

# Builds and installs binary in ~/.local/bin
install: build
mkdir -p $(HOME)/.local/bin
mv $(BINARIES) $(HOME)/.local/bin

uninstall:
Expand Down

0 comments on commit 056820f

Please sign in to comment.