mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +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
|