cleanup: cleanup suckless' tools build
This commit is contained in:
parent
4246954ac5
commit
8573d507c7
@ -46,7 +46,7 @@ texcompile() { \
|
|||||||
|
|
||||||
s_build(){
|
s_build(){
|
||||||
case "$file" in
|
case "$file" in
|
||||||
*config.def.h) sudo make clean install && rm -f config.h ;;
|
*config.def.h) sudo make clean install ;;
|
||||||
*config.h) printf "\nYou should build from config.def.h !" && exit 1 ;;
|
*config.h) printf "\nYou should build from config.def.h !" && exit 1 ;;
|
||||||
*) printf "\nI guess you lost yourself ? Please build from config.def.h !" && exit 1 ;;
|
*) printf "\nI guess you lost yourself ? Please build from config.def.h !" && exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user