mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
0b8b0b7c86
source files (if edited slightly)
13 lines
196 B
Makefile
13 lines
196 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST =
|
|
README curlgtk.c sepheaders.c simple.c postit.c \
|
|
win32sockets.c persistant.c ftpget.c Makefile.example
|
|
|
|
all:
|
|
@echo "done"
|