We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce30c6 commit 8a7c225Copy full SHA for 8a7c225
Makefile
@@ -5,7 +5,7 @@ LDFLAGS_RELEASE = $(LDFLAGS) -s -w
5
ID=$(shell id -u)
6
GID=$(shell id -g)
7
8
-debug: .generate_ebpf
+debug: .generate_ebpf .build_ui
9
go build -ldflags="$(LDFLAGS)"
10
11
release: .generate_ebpf .build_ui
0 commit comments