mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05: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
|
|
|
|
|