mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
14 lines
152 B
Makefile
14 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
|