From 8573d507c70de040da56c98495ac29fe3d18ad50 Mon Sep 17 00:00:00 2001 From: swytch Date: Thu, 18 Jun 2020 15:58:08 +0200 Subject: [PATCH] cleanup: cleanup suckless' tools build --- .local/bin/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/compiler b/.local/bin/compiler index 3237880..5132d37 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -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