Skip to content

Commit

Permalink
update makefile with parameterized repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sroomberg-ep committed Jan 16, 2025
1 parent bd3eb35 commit 5509efe
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 $@ github.com/hound-search/hound/cmds/houndd
go build -o $@ ${REPO:-github.com/hound-search/hound}/cmds/houndd

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

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

0 comments on commit 5509efe

Please sign in to comment.