mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04: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"
|