mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
#T returncode: 2
|
|
|
|
all:
|
|
echo "Hello" \\
|
|
test "world" = "not!"
|
|
@echo TEST-PASS
|