cleanup: cleanup suckless' tools build

This commit is contained in:
swytch 2020-06-18 15:58:08 +02:00
parent 4246954ac5
commit 8573d507c7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ texcompile() { \
s_build(){
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 ;;
*) printf "\nI guess you lost yourself ? Please build from config.def.h !" && exit 1 ;;
esac