Revert "trying?"

This reverts commit 060639f522.
This commit is contained in:
Mylloon 2024-04-03 09:08:51 +02:00
parent 060639f522
commit 9d97077074
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,7 +14,7 @@ CURL = curl -s
# Checkers
ARCH = $(shell grep -c "archlinux" /proc/version 2> /dev/null)
WSL = $(shell grep -c "WSL2" /proc/version 2> /dev/null)
TERMUX = $(shell type termux-info &> /dev/null && echo 1 || echo 0 && false)
TERMUX = $(shell type termux-info &> /dev/null && echo 1)
# Hide some verbose messages from Make
MAKEFLAGS += --no-print-directory