1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-07-11 04:06:18 -04:00
libkernaux/config/root-native
2022-01-20 23:54:25 +05:00

10 lines
193 B
Bash
Executable file

#!/bin/sh
set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
export CFLAGS='-fPIC'
"$REPO/configure" --enable-tests