Skip to content

Commit

Permalink
Create target directories
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Sep 12, 2023
1 parent 15f1805 commit 65987d3
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 @@ -18,7 +18,9 @@ test:
go test ./... -v

install:
mkdir -p $(bindir)
install -m 755 $(binary_name) $(bindir)/$(binary_name)
mkdir -p $(man1dir)
install -m 644 $(man_page_src) $(man1dir)/$(man_page_src)

uninstall:
Expand Down

0 comments on commit 65987d3

Please sign in to comment.