mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
#T returncode: 2
|
|
|
|
ifeq ($(FOO,VAR))
|
|
all:
|
|
@echo TEST_FAIL
|
|
endif
|