1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-06 10:56:30 -05:00
libkernaux/config/dev-native

11 lines
227 B
Text
Raw Normal View History

2022-01-17 07:05:14 -05:00
#!/bin/sh
2022-02-09 14:59:08 -05:00
set -eux
2022-01-17 07:05:14 -05:00
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
PREFIX="$REPO/dest/dev-native"
"$REPO/configure" --prefix="$PREFIX" --enable-tests-all