Skip to content

Commit

Permalink
Readd build ui
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jan 9, 2024
1 parent 9ce30c6 commit 8a7c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LDFLAGS_RELEASE = $(LDFLAGS) -s -w
ID=$(shell id -u)
GID=$(shell id -g)

debug: .generate_ebpf
debug: .generate_ebpf .build_ui
go build -ldflags="$(LDFLAGS)"

release: .generate_ebpf .build_ui
Expand Down

0 comments on commit 8a7c225

Please sign in to comment.