mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
6 lines
121 B
Makefile
6 lines
121 B
Makefile
|
|
all:
|
||
|
|
test 'Hello world.' = '$(if 1,Hello \
|
||
|
|
world.)'
|
||
|
|
test '(Hello world.)' != '(Hello \
|
||
|
|
world.)'
|
||
|
|
@echo TEST-PASS
|