summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/mongoose/examples/proxy_server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/mongoose/examples/proxy_server/Makefile')
-rw-r--r--3rdparty/mongoose/examples/proxy_server/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/3rdparty/mongoose/examples/proxy_server/Makefile b/3rdparty/mongoose/examples/proxy_server/Makefile
deleted file mode 100644
index 7a5d2f7d41a..00000000000
--- a/3rdparty/mongoose/examples/proxy_server/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (c) 2014 Cesanta Software
-# All rights reserved
-
-PROG = proxy_server
-FLAGS = -I../.. -DNS_ENABLE_SSL
-CFLAGS = -W -Wall -g -O0 -pthread -lssl -DMONGOOSE_ENABLE_THREADS $(FLAGS) $(CFLAGS_EXTRA)
-SOURCES = $(PROG).c ../../mongoose.c
-
-unix: $(SOURCES)
- $(CC) -o $(PROG) $(SOURCES) $(CFLAGS)
-
-clean:
- rm -rf $(PROG) *.exe *.dSYM *.obj *.exp .*o *.lib