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 3, 2024
1 parent f3b1759 commit 91e819f
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 @@ -35,8 +35,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 91e819f

Please sign in to comment.