mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-15 11:00:07 -04:00
Create "root" configs
This commit is contained in:
parent
86bd85720a
commit
721e2075ef
10 changed files with 77 additions and 2 deletions
8
config/root-native
Executable file
8
config/root-native
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||
|
||||
"$REPO/configure"
|
||||
Loading…
Add table
Add a link
Reference in a new issue