libkernaux/config/root-native

9 lines
172 B
Bash
Executable File

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