Add build/install scripts and improve README.
This commit is contained in:
7
scripts/libxdp_build.sh
Executable file
7
scripts/libxdp_build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$ROOT" ]; then
|
||||
make libxdp
|
||||
else
|
||||
cd $ROOT && make libxdp
|
||||
fi
|
||||
Reference in New Issue
Block a user