Skip to content

Commit

Permalink
try to update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sroomberg-ep committed Jan 16, 2025
1 parent 6139601 commit 6bcf1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node_modules/build:
.build/bin/houndd: ui/.build/ui $(SRCS)
go build -o $@ github.com/hound-search/hound/cmds/houndd

.build/bin/hound: ui/bindata.go $(SRCS)
.build/bin/hound: ui/.build/ui $(SRCS)
go build -o $@ github.com/hound-search/hound/cmds/hound

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

0 comments on commit 6bcf1e7

Please sign in to comment.