mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
ac3ae8f775
in 'make distcheck' will work
11 lines
245 B
Makefile
11 lines
245 B
Makefile
all:
|
|
install:
|
|
|
|
test:
|
|
[ -f test1 ] || ln -s $(srcdir)/test* .
|
|
|
|
EXTRA_DIST = \
|
|
test1 test11 test14 test3 test400 test7 \
|
|
test10 test12 test2 test300 test5 test8 \
|
|
test100 test13 test200 test4 test6 test9
|