Skip to content

Commit

Permalink
update makefile again
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <dave@quobix.com>
  • Loading branch information
daveshanley committed Jun 2, 2023
1 parent 94c52a1 commit 90c8f5f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
@go build -o bin/wiretap

0 comments on commit 90c8f5f

Please sign in to comment.