Files
XDP-Firewall/scripts/build.sh
Christian Deacon ad40c4183f Improve scripts.
2025-02-26 17:01:51 -05:00

13 lines
136 B
Bash
Executable File

#!/bin/bash
STATIC="$1"
if [ -z "$STATIC" ]; then
STATIC=1
fi
if [ -n "$ROOT" ]; then
cd $ROOT
fi
LIBXDP_STATIC=$STATIC make