Files
XDP-Firewall/scripts/libxdp_clean.sh
2025-02-23 17:27:27 -05:00

7 lines
100 B
Bash
Executable File

#!/bin/bash
if [ -z "$ROOT" ]; then
make libxdp_clean
else
cd $ROOT && make libxdp_clean
fi