mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
12 lines
130 B
Makefile
12 lines
130 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST =
|
|
README curlgtk.c sepheaders.c simple.c
|
|
|
|
all:
|
|
@echo "done"
|