proot/test/test-c6b77b77.mk
2019-12-19 15:37:02 -05:00

5 lines
93 B
Makefile

SHELL=/bin/bash
FOO:=$(shell test -e /dev/null && echo OK)
all:
@/usr/bin/test -n "$(FOO)"