mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
9 lines
155 B
Makefile
9 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
|