7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -z "$ROOT" ]; then
|
|
make libxdp
|
|
else
|
|
cd $ROOT && make libxdp
|
|
fi |