diff options
Diffstat (limited to '3rdparty/mongoose/examples/http_client/Makefile')
-rw-r--r-- | 3rdparty/mongoose/examples/http_client/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/3rdparty/mongoose/examples/http_client/Makefile b/3rdparty/mongoose/examples/http_client/Makefile deleted file mode 100644 index 5769babf0f7..00000000000 --- a/3rdparty/mongoose/examples/http_client/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (c) 2014 Cesanta Software -# All rights reserved - -PROG = http_client -CFLAGS = -W -Wall -I../.. -pthread -g -O0 $(CFLAGS_EXTRA) -SOURCES = $(PROG).c ../../mongoose.c - -unix: $(SOURCES) - $(CC) -o $(PROG) $(SOURCES) $(CFLAGS) - -clean: - rm -rf $(PROG) *.exe *.dSYM *.obj *.exp *.o *.lib |