mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
13 lines
144 B
Makefile
13 lines
144 B
Makefile
$(shell \
|
|
mkdir subd1; \
|
|
touch subd1/test.in; \
|
|
)
|
|
|
|
VVAR = %.in subd1
|
|
|
|
vpath $(VVAR)
|
|
|
|
all: test.in
|
|
test "$<" = "subd1/test.in"
|
|
@echo TEST-PASS
|