Skip to content

Commit 8a7c225

Browse files
committed
Readd build ui
1 parent 9ce30c6 commit 8a7c225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LDFLAGS_RELEASE = $(LDFLAGS) -s -w
55
ID=$(shell id -u)
66
GID=$(shell id -g)
77

8-
debug: .generate_ebpf
8+
debug: .generate_ebpf .build_ui
99
go build -ldflags="$(LDFLAGS)"
1010

1111
release: .generate_ebpf .build_ui

0 commit comments

Comments
 (0)