mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
13 lines
245 B
Makefile
13 lines
245 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c postit2.c \
|
|
win32sockets.c persistant.c ftpget.c Makefile.example \
|
|
multithread.c getinmemory.c
|
|
|
|
all:
|
|
@echo "done"
|