mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# make should only consider -included makefiles for remaking if they actually exist:
|
|
|
|
-include notfound.mk
|
|
|
|
all:
|
|
@echo TEST-PASS
|
|
|
|
notfound.mk::
|
|
@echo TEST-FAIL
|