mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 18:15:04 -05:00
12 lines
139 B
Makefile
12 lines
139 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST =
|
|
README curlgtk.c sepheaders.c simple.c postit.c
|
|
|
|
all:
|
|
@echo "done"
|