mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
#T returncode: 2
|
|
|
|
# If an include file isn't present and doesn't have a rule to remake it, make
|
|
# should fail.
|
|
|
|
include notfound.mk
|
|
|
|
all:
|
|
@echo TEST-FAIL
|