1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-10 17:06:01 -04:00
libkernaux/config/dev

10 lines
187 B
Text
Raw Normal View History

2022-01-11 18:31:48 +05:00
#!/bin/sh
2022-01-15 12:19:15 +05:00
set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
2022-01-15 12:32:37 +05:00
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
2022-01-15 12:19:15 +05:00
"$REPO/configure" --enable-assert --enable-guard