mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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
|
|
|
|
|