mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
14 lines
126 B
Makefile
14 lines
126 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
man_MANS = docs/curl.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
SUBDIRS = lib src
|
|
|
|
|