mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 10:05:06 -05:00
14 lines
219 B
Makefile
14 lines
219 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST =
|
|
README curlgtk.c sepheaders.c simple.c postit.c \
|
|
win32sockets.c persistant.c \
|
|
getpageinvar.php simpleget.php simplepost.php
|
|
|
|
all:
|
|
@echo "done"
|