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