mirror of
https://github.com/curl/curl.git
synced 2026-08-10 21:01:09 +03:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
CFLAGS = -g -Wall -W
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
noinst_PROGRAMS = sws
|
|
|
|
sws_SOURCES= sws.c getpart.c
|
|
|
|
all:
|
|
echo "nothing to do here for make all"
|