mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
14 lines
121 B
Makefile
14 lines
121 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
man_MANS = curl.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
SUBDIRS = lib src
|
|
|
|
|