mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05: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)
|