mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
#T gmake skip
|
|
|
|
FILE = includedeps-variables
|
|
|
|
all: $(FILE)1
|
|
|
|
includedeps $(TESTPATH)/includedeps-variables.deps
|
|
|
|
filemissing:
|
|
@echo TEST-PASS
|