mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
Change -m params, bump version to 2.0.0, fix completion, reorg repo
This commit is contained in:
17
Makefile
17
Makefile
@@ -1,5 +1,14 @@
|
||||
JAILDIR=/jail
|
||||
|
||||
all:
|
||||
bash bin/bash-completor -c completions.sh
|
||||
echo "JAILDIR=/jail" > jaildk-completion.bash
|
||||
cat _jaildk-completion.bash >> jaildk-completion.bash
|
||||
rm -f _jaildk-completion.bash
|
||||
bash bin/bash-completor -c src/completions.sh
|
||||
grep -B10 COMPLETIONCODE src/jaildk.sh | grep -v COMPLETIONCODE > jaildk
|
||||
cat src/_jaildk-completion.bash >> jaildk
|
||||
grep -A 10000 COMPLETIONCODE src/jaildk.sh | grep -v COMPLETIONCODE >> jaildk
|
||||
rm -f src/_jaildk-completion.bash
|
||||
|
||||
install:
|
||||
sh jaildk setup $JAILDIR
|
||||
|
||||
clean:
|
||||
rm -f jaildk
|
||||
|
||||
Reference in New Issue
Block a user