Skip to content

Commit

Permalink
Remove run-pcap rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Nov 21, 2023
1 parent c7d1566 commit 00bd1c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ setcap:
run: setcap ## Run the program. Requires Hub being available on port 8898
./tracer -debug

run-pcap: setcap ## Run the program with a PCAP file. Requires Hub being available on port 8898
./tracer -f ./import -port 8897 -debug

run-race: setcap ## -race flag requires the GODEBUG=netdns=go
GODEBUG=netdns=go ./tracer -debug

Expand Down

0 comments on commit 00bd1c7

Please sign in to comment.