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