1
0
mirror of https://github.com/classilla/tenfourfox.git synced 2025-02-24 17:29:20 +00:00
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

5 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"