Skip to content

Commit

Permalink
try install instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
sroomberg-ep committed Jan 16, 2025
1 parent ecb4b52 commit 00e6ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ node_modules/build:
date -u >> $@

.build/bin/houndd: ui/.build/ui $(SRCS)
go build -o $@ ${REPO:-github.com/hound-search/hound}/cmds/houndd
go install github.com/hound-search/hound/cmds/houndd@latest

.build/bin/hound: $(SRCS)
go build -o $@ ${REPO:-github.com/hound-search/hound}/cmds/hound
go install github.com/hound-search/hound/cmds/hound@latest

ui/.build/ui: node_modules/build $(UI)
mkdir -p ui/.build/ui
Expand Down

0 comments on commit 00e6ea9

Please sign in to comment.