mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
13 lines
168 B
Makefile
13 lines
168 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST = curl.spec curl-ssl.spec
|
|
|
|
SUBDIRS = docs lib src include tests
|
|
|
|
test:
|
|
@(cd tests; make quiet-test)
|