Skip to content

Commit

Permalink
Revert unwanted change to Makefile from previous commit (#639)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Fingerhut <[email protected]>
  • Loading branch information
jafingerhut authored Oct 16, 2024
1 parent ffd07f2 commit 3963518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ endif
all: run

run: build
sudo PATH=$(PATH) ${P4GUIDE_SUDO_OPTS} python3 $(RUN_SCRIPT) -t $(TOPO) $(run_args)
sudo python3 $(RUN_SCRIPT) -t $(TOPO) $(run_args)

stop:
sudo PATH=$(PATH) `which mn` -c
sudo mn -c

build: dirs $(compiled_json)

Expand Down

0 comments on commit 3963518

Please sign in to comment.