From d30f613622bc43a1cceb27b56100ab59d4a27b23 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Jan 2023 17:54:53 +0100 Subject: [PATCH] Makefile: update: remove hard-coded directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4940b33..8f1179e 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ strace: (cd /tmp && go test -c router7) && ${SUDO} strace -f -o /tmp/st -s 2048 /tmp/router7.test -test.v #-test.race update: - rtr7-safe-update -build_command='make -C ~/go/src/github.com/rtr7/router7 image DIR=$$GOKR_DIR' + rtr7-safe-update -build_command='make image DIR=$$GOKR_DIR' # sudo ip link add link enp0s31f6 name macvtap0 type macvtap # sudo ip link set macvtap0 address 52:55:00:d1:55:03 up