mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 22:32:05 +00:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
all:
|
|
test 'Hello world.' = '$(if 1,Hello \
|
|
world.)'
|
|
test '(Hello world.)' != '(Hello \
|
|
world.)'
|
|
@echo TEST-PASS
|