From 6139601442ccd47bf01e93dadf9c51195775bf3b Mon Sep 17 00:00:00 2001 From: Steven Roomberg Date: Thu, 16 Jan 2025 17:34:03 +0000 Subject: [PATCH 1/3] try to update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9da65101..4bbecf57 100644 --- a/Makefile +++ b/Makefile @@ -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: $(SRCS) +.build/bin/hound: ui/bindata.go $(SRCS) go build -o $@ github.com/hound-search/hound/cmds/hound ui/.build/ui: node_modules/build $(UI) From 6bcf1e71419952cfc215bedcecda903fb67b81a3 Mon Sep 17 00:00:00 2001 From: Steven Roomberg Date: Thu, 16 Jan 2025 17:35:37 +0000 Subject: [PATCH 2/3] try to update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bbecf57..14c79fa9 100644 --- a/Makefile +++ b/Makefile @@ -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) From 0036e135c5f9db5e92e8c736bd90e457476c4836 Mon Sep 17 00:00:00 2001 From: Steven Roomberg Date: Thu, 16 Jan 2025 17:38:56 +0000 Subject: [PATCH 3/3] back out changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14c79fa9..9da65101 100644 --- a/Makefile +++ b/Makefile @@ -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/.build/ui $(SRCS) +.build/bin/hound: $(SRCS) go build -o $@ github.com/hound-search/hound/cmds/hound ui/.build/ui: node_modules/build $(UI)