mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +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
|
|
|
|
|