mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 23:15:08 -05: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"
|