mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 22:32:05 +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
|