Fixed a typo of bpf makefile debug option.

This commit is contained in:
tzssangglass 2024-09-09 23:22:34 +08:00 committed by Roman Arutyunyan
parent b1e07409b1
commit 51857ce404

View File

@ -25,6 +25,6 @@ clean:
@rm -f $(RESULT) *.o
debug: $(PROGNAME).o
llvm-objdump -S -no-show-raw-insn $<
llvm-objdump -S --no-show-raw-insn $<
.DELETE_ON_ERROR: