mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
#T returncode: 2
|
|
|
|
ifeq ($(FOO,VAR))
|
|
all:
|
|
@echo TEST_FAIL
|
|
endif
|