Skip to content

Commit

Permalink
make -C
Browse files Browse the repository at this point in the history
  • Loading branch information
stano45 committed Jul 31, 2024
1 parent a0b1a8f commit 2748836
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 @@ -5,7 +5,7 @@ TCP_DIR = ../../tcp
all:

compile:
cd $(LOAD_BALANCER_DIR) && make
make -C $(LOAD_BALANCER_DIR)

control_multi_switch:
cd $(CONTROLLER_DIR) && sleep 2 && ./controller.py --multi_switch=True
Expand All @@ -14,7 +14,7 @@ control:
cd $(CONTROLLER_DIR) && sleep 2 && ./controller.py

images:
cd $(TCP_DIR) && make
make -C $(TCP_DIR)

tcp-client:
sudo podman run -it --rm --replace --name tcp-client --pod h1-pod tcp-client
Expand Down

0 comments on commit 2748836

Please sign in to comment.