Skip to content

Commit c9fe331

Browse files
0xMALVEEkkourt
andauthored
Update Makefile
Co-authored-by: Kornilios Kourtis <[email protected]> Signed-off-by: M Alvee <[email protected]>
1 parent bd9f72e commit c9fe331

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,5 @@ ifeq ($(BEAR_CLI),)
502502
@exit 1
503503
else
504504
@echo "Generating compile_commands.json using bear..."
505-
@export LOCAL_CLANG=1 && \
506-
export LOCAL_CLANG_FORMAT=1 && \
507-
$(BEAR_CLI) -- make tetragon-bpf
505+
@$(BEAR_CLI) $(MAKE) tetragon-bpf LOCAL_CLANG=1 LOCAL_CLANG_FORMAT=1
508506
endif

0 commit comments

Comments
 (0)