blob: 51a22b26819e20c64f35205b2209c009d5548f0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
all:
install:
test:
[ -f command1.txt ] || ln -s $(srcdir)/*.txt .
EXTRA_DIST = \
test1 test11 test14 test3 test400 test7 \
test10 test12 test2 test300 test5 test8 \
test100 test13 test200 test4 test6 test9
|