1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00
libkernaux/config/root-native

9 lines
170 B
Text
Raw Normal View History

2022-01-17 16:34:38 +05:00
#!/bin/sh
set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
2022-01-17 17:33:28 +05:00
"$REPO/configure" --enable-tests