fix: remove cwd assumption
This commit is contained in:
parent
b67581700b
commit
5271f4e157
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
make -C ../../../examples/bpf-c-noop/
|
make -C ../../../examples/bpf-c-noop/
|
||||||
cp ../../../examples/bpf-c-noop/out/noop.o .
|
cp ../../../examples/bpf-c-noop/out/noop.o .
|
||||||
|
|
Loading…
Reference in New Issue