mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 16:38:55 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
#T returncode: 2
|
|
|
|
ifeq ($(FOO,VAR))
|
|
all:
|
|
@echo TEST_FAIL
|
|
endif
|