Skip to content
Snippets Groups Projects
Commit df311203 authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Marko Mikulicic
Browse files

Fix mongoose/examples compilation with mingw

    PUBLISHED_FROM=46800f43ba03082cc589d70e6118d754f4cdc9d0
parent 4927195e
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2014 Cesanta Software
# All rights reserved
PROG = websocket_chat PROG = websocket_chat
CFLAGS = -W -Wall -I../.. -pthread -g -O0 $(CFLAGS_EXTRA) include ../examples.mk
SOURCES = $(PROG).c ../../mongoose.c
$(PROG): $(SOURCES)
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS)
clean:
rm -rf $(PROG) *.exe *.dSYM *.obj *.exp .*o *.lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment