Skip to content

Commit

Permalink
Remove unnecessary touch in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Jul 9, 2024
1 parent 4a6ac7b commit 78ba3d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ ebpf:
$(MAKE) -j$(shell nproc) -C support/ebpf

lint: generate
# We don't want to build the tracers here, so we stub them for linting
touch support/ebpf/tracer.ebpf.x86
golangci-lint run --timeout 10m

test: generate ebpf test-deps
Expand Down

0 comments on commit 78ba3d3

Please sign in to comment.