fix: remove cwd assumption

This commit is contained in:
Michael Vines 2018-12-02 10:02:58 -08:00
parent b67581700b
commit 5271f4e157
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
make -C ../../../examples/bpf-c-noop/
cp ../../../examples/bpf-c-noop/out/noop.o .