mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
13 lines
152 B
Makefile
13 lines
152 B
Makefile
ifdef RANDOM
|
|
ifeq (,$(error Not evaluated!))
|
|
endif
|
|
endif
|
|
|
|
ifdef RANDOM
|
|
ifeq (,)
|
|
else ifeq (,$(error Not evaluated!))
|
|
endif
|
|
endif
|
|
|
|
all:
|
|
@echo TEST-PASS
|