parent
060639f522
commit
9d97077074
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue