mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
4 lines
113 B
Makefile
4 lines
113 B
Makefile
|
|
# sort should remove duplicates
|
||
|
|
all:
|
||
|
|
@test "$(sort x a y b z c a z b x c y)" = "a b c x y z"
|
||
|
|
@echo "TEST-PASS"
|