mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 10:05:06 -05:00
11 lines
252 B
Makefile
11 lines
252 B
Makefile
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
|