set -x for makest as well as proper default make action
This commit is contained in:
parent
67480edd29
commit
93798d398e
1 changed files with 2 additions and 1 deletions
3
makest
3
makest
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
set -x
|
||||
ST_REPO=https://git.suckless.org/st
|
||||
ST_SRC=$PWD/st
|
||||
ST_CFG=$PWD/config.h
|
||||
|
@ -28,4 +29,4 @@ for patch in $PATCHLIST; do
|
|||
patch -p1 -i ../$patch
|
||||
done
|
||||
|
||||
make $MAKE_OPTS ${*-install}
|
||||
make $MAKE_OPTS ${*:-install}
|
||||
|
|
Loading…
Reference in a new issue