From 90c8f5f2ab18bb553584245a1ceb0b3033ad0b63 Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Fri, 2 Jun 2023 18:31:25 -0400 Subject: [PATCH] update makefile again Signed-off-by: Dave Shanley --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7d7961c..23de4c1 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,7 @@ - build: build-ui build-daemon build-ui: - @cd ui && yarn install - @cd ui && yarn build + @cd ui && yarn install && yarn build build-daemon: - @go build -o bin/wiretap - -run: - @go run wiretap.go \ No newline at end of file + @go build -o bin/wiretap \ No newline at end of file