mirror of
https://github.com/proot-me/proot.git
synced 2025-08-28 16:43:49 +02:00
5 lines
93 B
Makefile
5 lines
93 B
Makefile
SHELL=/bin/bash
|
|
FOO:=$(shell test -e /dev/null && echo OK)
|
|
|
|
all:
|
|
@/usr/bin/test -n "$(FOO)"
|