Skip to content

Commit

Permalink
build: make install mkdir before mv (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored May 18, 2024
1 parent a62cc3f commit fab0e07
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 fab0e07

Please sign in to comment.