aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-12-08 18:28:30 -0300
committerEuAndreh <eu@euandre.org>2023-12-08 18:28:30 -0300
commit1976e603ef71dcf512f277cf6f2c787ea6b75362 (patch)
tree908b0bc43662da60816cd20566b86f0a306490d0 /bin
parentetc/sh/rc: Replace "clean" alias with clean(1) utility (diff)
downloaddotfiles-1976e603ef71dcf512f277cf6f2c787ea6b75362.tar.gz
dotfiles-1976e603ef71dcf512f277cf6f2c787ea6b75362.tar.xz
bin/clean: Fix "if" order
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clean4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/clean b/bin/clean
index 889af8d..d8c6872 100755
--- a/bin/clean
+++ b/bin/clean
@@ -61,9 +61,9 @@ shift $((OPTIND - 1))
if [ -e dev.mk ]; then
- F='Makefile'
-else
F='dev.mk'
+else
+ F='Makefile'
fi
make -sf"$F" clean