7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "$ROOT" ]; then
|
|
cd $ROOT
|
|
fi
|
|
|
|
make libxdp_clean |